Information about plays

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

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

{
    "id": 2677114,
    "uri": "https://api.kexp.org/v2/plays/2677114/?format=api",
    "airdate": "2019-12-23T10:44:33-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a3d9e51-600c-4f0f-8729-0c8a9ffc1cc4/12652954838-250.jpg",
    "thumbnail_uri": "",
    "song": "Grandfeathered",
    "track_id": "29e952bb-7bae-4ad1-83c5-565c12dbbffa",
    "recording_id": null,
    "artist": "Pinkshinyultrablast",
    "artist_ids": [
        "81f2db60-ea05-4d2f-8188-985046e4a97a"
    ],
    "album": "Grandfeathered",
    "release_id": "9a3d9e51-600c-4f0f-8729-0c8a9ffc1cc4",
    "release_group_id": null,
    "labels": [
        "Club AC30"
    ],
    "label_ids": [
        "498cd31b-5379-4aa9-ad1a-3dbe19da0b2e"
    ],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}