Information about plays

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

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

{
    "id": 3545446,
    "uri": "https://api.kexp.org/v2/plays/3545446/?format=api",
    "airdate": "2025-08-27T10:08:42-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia802801.us.archive.org/3/items/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85-20631718109_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/3/items/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85-20631718109_thumb250.jpg",
    "song": "Happy Unhappy",
    "track_id": "cf15438e-90da-406a-93b5-673a18010171",
    "recording_id": "de21689d-de2e-45cc-84dd-1173e1cad738",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Future Me Hates Me",
    "release_id": "018c2a22-52d6-4cda-a489-9b19ead0dd85",
    "release_group_id": "7b662b2b-c393-4c21-b7a8-a4b7bc689c58",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Caleb on Capitol Hill:\n\n\"I'll never forget hearing The Beths 'Happy Unhappy' on KEXP back in 2018 because now The Beths are one of my all time favorite bands. Thanks for all the years of music discovery!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}