Information about plays

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

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

{
    "id": 2683208,
    "uri": "https://api.kexp.org/v2/plays/2683208/?format=api",
    "airdate": "2020-01-07T10:11:55-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbeats",
    "track_id": "99e064a6-458d-31f7-836e-6589344def28",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Radio EP",
    "release_id": "50a9fbba-cd9b-4b2b-bfbb-ee860113dc3e",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Knife were a Swedish electronic music duo,consisting  of siblings Karin and Olof Dreijer, from Gothenburg, that formed in 1999. The group disbanded in 2014. There's lots of skateboarding in the official video for \"Heartbeats\": https://www.youtube.com/watch?v=pPD8Ja64mRU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}