Information about plays

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

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

{
    "id": 3422334,
    "uri": "https://api.kexp.org/v2/plays/3422334/?format=api",
    "airdate": "2024-11-07T03:00:17-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia601606.us.archive.org/7/items/mbid-539c942b-4eb8-40b7-bd05-f6d927fcb147/mbid-539c942b-4eb8-40b7-bd05-f6d927fcb147-8947007068_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/7/items/mbid-539c942b-4eb8-40b7-bd05-f6d927fcb147/mbid-539c942b-4eb8-40b7-bd05-f6d927fcb147-8947007068_thumb250.jpg",
    "song": "Trouble",
    "track_id": "a0e5bc90-263e-434c-aa85-7f931a2b09d0",
    "recording_id": "b1c2a179-70d8-4bc1-a326-1c153eb27540",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Seeds",
    "release_id": "539c942b-4eb8-40b7-bd05-f6d927fcb147",
    "release_group_id": "dfd3e397-a8a9-4f71-a091-c9beb0df06e3",
    "labels": [
        "Harvest",
        "CMG"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e",
        "420bafe0-10be-424c-afff-197b2a071d17"
    ],
    "release_date": "2014-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}