Information about plays

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

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

{
    "id": 2677639,
    "uri": "https://api.kexp.org/v2/plays/2677639/?format=api",
    "airdate": "2019-12-24T18:44:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Adesa A",
    "track_id": null,
    "recording_id": null,
    "artist": "Sidiku Buari",
    "artist_ids": [],
    "album": "Disco Soccer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Makossa International"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first ever reissue of ‘Disco Soccer’, the 1979 album from Ghanaian sportsman turned musician Alhaji Sidiku Buari.\n\nOriginally an athlete, winning silver and gold medals in the Senegal All Africa Games and West African Games in 1963 and a bronze in the All African in Congo Brazzaville in 1965, Buari moved to America on a music scholarship from The York Institute, obtained as a result of his athletic achievements https://bbemusic.bandcamp.com/album/disco-soccer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}