Information about plays

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

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

{
    "id": 2682874,
    "uri": "https://api.kexp.org/v2/plays/2682874/?format=api",
    "airdate": "2020-01-06T14:10:59-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/57c59bb6-e45d-4937-b63e-c6e0a1cea09e/6596294587-250.jpg",
    "thumbnail_uri": "",
    "song": "The Dope (Wonderful You)",
    "track_id": "fdc06c09-519a-3216-b742-fdd59d51db3c",
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Welcome to the Monkey House",
    "release_id": "57c59bb6-e45d-4937-b63e-c6e0a1cea09e",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-05-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Dandy Warhols performing live in the KEXP studio back in 2016: https://www.youtube.com/watch?v=BzkHp6EswEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}