Information about plays

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

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

{
    "id": 2674785,
    "uri": "https://api.kexp.org/v2/plays/2674785/?format=api",
    "airdate": "2019-12-18T05:25:12-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/984598cf-4364-4ccc-9ce6-8805dcecfed3/23167941193-250.jpg",
    "thumbnail_uri": "",
    "song": "Far Gone and Out",
    "track_id": "45c493b8-365e-32df-adbf-6327dbb18655",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Honey’s Dead",
    "release_id": "984598cf-4364-4ccc-9ce6-8805dcecfed3",
    "release_group_id": null,
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I can't explain exactly what I'm doing standing in the rain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}