Information about plays

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

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

{
    "id": 2677870,
    "uri": "https://api.kexp.org/v2/plays/2677870/?format=api",
    "airdate": "2019-12-25T08:48:12-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/d27bca5f-6ef2-4824-bee5-2f0332930cc9/6877126624-250.jpg",
    "thumbnail_uri": "",
    "song": "The Funeral",
    "track_id": "ffeaba94-4d34-3de0-8647-f3a1b92976b5",
    "recording_id": null,
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Everything All the Time",
    "release_id": "d27bca5f-6ef2-4824-bee5-2f0332930cc9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}