Information about plays

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

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

{
    "id": 2676935,
    "uri": "https://api.kexp.org/v2/plays/2676935/?format=api",
    "airdate": "2019-12-23T00:04:00-08:00",
    "show": 46207,
    "show_uri": "https://api.kexp.org/v2/shows/46207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rhythm Changes",
    "track_id": "84c5a138-273d-4cc8-8664-4e459a18bc38",
    "recording_id": null,
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "The Epic",
    "release_id": "44e75731-45bf-4924-99e2-49521e0e2d8c",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2015-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}