Information about plays

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

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

{
    "id": 2681352,
    "uri": "https://api.kexp.org/v2/plays/2681352/?format=api",
    "airdate": "2020-01-02T20:26:10-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd1b3072-8d20-48ac-875e-2d70b49d5afc/20039083422-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm Workin' on a Road (To Glory Land)",
    "track_id": "adfb16c6-270c-3930-9867-1c35cd2bdb3c",
    "recording_id": null,
    "artist": "Lester Flatt & Earl Scruggs",
    "artist_ids": [
        "77029a1c-76fa-4350-a1a8-dacc10230b6f"
    ],
    "album": "The Essential Flatt & Scruggs: 'Tis Sweet to Be Remembered...",
    "release_id": "bd1b3072-8d20-48ac-875e-2d70b49d5afc",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}