Information about plays

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

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

{
    "id": 2681411,
    "uri": "https://api.kexp.org/v2/plays/2681411/?format=api",
    "airdate": "2020-01-02T23:27:11-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e7ae78b-e86a-4e6d-af98-2b16c1eca140/18977273410-250.jpg",
    "thumbnail_uri": "",
    "song": "My Lady’s on Fire",
    "track_id": "beff0764-fdfe-4c82-bc73-71793dd58783",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Freedom’s Goblin",
    "release_id": "2e7ae78b-e86a-4e6d-af98-2b16c1eca140",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall & White Fence performing live in the KEXP studio. Recorded October 18, 2018 https://www.youtube.com/watch?v=jZmPc6PQKZw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}