Information about plays

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

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

{
    "id": 2670516,
    "uri": "https://api.kexp.org/v2/plays/2670516/?format=api",
    "airdate": "2019-12-08T08:38:00-08:00",
    "show": 46101,
    "show_uri": "https://api.kexp.org/v2/shows/46101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arrival",
    "track_id": null,
    "recording_id": null,
    "artist": "Devonté Hynes",
    "artist_ids": [],
    "album": "Queen & Slim (Original Motion Picture Score)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new score composed by Devonté Hynes aka Blood Orange for the critically-acclaimed film directed by Melina Matsoukas ~ Read more here: https://pitchfork.com/news/devonte-hynes-aka-blood-orange-details-queen-and-slim-album-shares-new-songs-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}