Information about plays

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

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

{
    "id": 376912,
    "uri": "https://api.kexp.org/v2/plays/376912/?format=api",
    "airdate": "2019-09-05T07:13:14-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Bull",
    "track_id": "ceb6899e-a67c-40cc-bded-29b7e3390894",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost - Part 2",
    "release_id": "0f358547-5009-4843-a253-717bbd04dde9",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavy new single off the forthcoming (second!) album of 2019 for Foals. 'Everything Not Saved Will Be Lost – Part 2' is set to arrive on October 18th. Look for it here: https://www.foals.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}