Information about plays

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

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

{
    "id": 379247,
    "uri": "https://api.kexp.org/v2/plays/379247/?format=api",
    "airdate": "2019-09-10T18:48:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medo Hane",
    "track_id": null,
    "recording_id": null,
    "artist": "Ermyas Tsegaye / Brouk Ybas / Mignot Zenebe / Yeshimebet",
    "artist_ids": [],
    "album": "Ethiopiques, Vol. 15: Jump to Addis",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [],
    "release_date": "2003-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Addis Ababa, Ethiopian, French and Dutch musicians mix azmari voices and krar lyres with European guitars, sax and drums to present an “exhilarating blend of Abyssinian tradition, jazz revisited and mad rock'n'roll.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}