Information about plays

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

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

{
    "id": 343104,
    "uri": "https://api.kexp.org/v2/plays/343104/?format=api",
    "airdate": "2019-06-18T19:54:08-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East Jerusalem/West Jerusalem feat.Wyclef Jean",
    "track_id": null,
    "recording_id": null,
    "artist": "David Broza",
    "artist_ids": [],
    "album": "Putumayo Presents: World Peace",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A prophetic song written and recorded by David Broza and Wyclef Jean “East Jerusalem/West Jerusalem”. David Broza is one of Israel's most popular and best selling recording artists and a long standing supporter of the peace movement in his country. His latest album \"East Jerusalem/West Jerusalem\" features artists from Israel, Palestine and America and was recorded in a Palestinian owned recording studio in East Jerusalem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}