Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/353846/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 353846,
    "uri": "https://api.kexp.org/v2/plays/353846/?format=api",
    "airdate": "2019-07-13T11:38:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Has Found I",
    "track_id": null,
    "recording_id": null,
    "artist": "Jah9",
    "artist_ids": [
        "cac634ea-5a1b-4004-a94e-35cdd4e27f13"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JAH9 performing LIVE with Irie Lights and Rebel Lion at Nectar Lounge, Thursday, August 15 https://www.eventbrite.com/e/jah9-with-irie-lights-rebel-lion-tickets-63318193421",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}