Information about plays

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

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

{
    "id": 2681737,
    "uri": "https://api.kexp.org/v2/plays/2681737/?format=api",
    "airdate": "2020-01-03T20:07:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Comeback Kid",
    "track_id": "a76e9b0d-b465-347f-b8ab-7a6edd8f00a1",
    "recording_id": null,
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Reign of Terror",
    "release_id": "afc47229-be68-49be-9306-6563a2acbad8",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2012-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - bands influenced by Daft Punk: Sleigh Bells & Avicii!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}