Information about plays

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

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

{
    "id": 3542850,
    "uri": "https://api.kexp.org/v2/plays/3542850/?format=api",
    "airdate": "2025-08-21T10:49:45-07:00",
    "show": 64347,
    "show_uri": "https://api.kexp.org/v2/shows/64347/?format=api",
    "image_uri": "https://ia801906.us.archive.org/34/items/mbid-54e31b51-bf6b-4a1e-a7c9-0c19d3eb8360/mbid-54e31b51-bf6b-4a1e-a7c9-0c19d3eb8360-27714182147_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/34/items/mbid-54e31b51-bf6b-4a1e-a7c9-0c19d3eb8360/mbid-54e31b51-bf6b-4a1e-a7c9-0c19d3eb8360-27714182147_thumb250.jpg",
    "song": "Black Betty",
    "track_id": "dea72918-0e92-30d0-b3d5-3276e53ae971",
    "recording_id": "40fff970-3ee7-419f-b619-455637e7bab0",
    "artist": "Ram Jam",
    "artist_ids": [
        "f2be3d59-c508-492b-a553-056fc8a7e7b0"
    ],
    "album": "The Very Best Of",
    "release_id": "54e31b51-bf6b-4a1e-a7c9-0c19d3eb8360",
    "release_group_id": "73e1098a-e5d7-322d-998b-8ca5ebd7d64c",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Luis (for Joaquin):\n\nMy son Joaquin was diagnosed with cancer at two years old, as you can imagine that devastating news is hard but he pulled through his cancer free. He’s 14 years old. The one song that he loved was black Betty. Someone gave him a little car and you push the button and that song came out, and I could see the smile on his face. Keep spreading the love, thank you so much KEXP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}