Information about plays

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

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

{
    "id": 3575736,
    "uri": "https://api.kexp.org/v2/plays/3575736/?format=api",
    "airdate": "2025-11-08T21:32:08-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://ia801900.us.archive.org/35/items/mbid-61cc0e1b-9e23-472c-a4f3-67db405e0c1d/mbid-61cc0e1b-9e23-472c-a4f3-67db405e0c1d-3242437488_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-61cc0e1b-9e23-472c-a4f3-67db405e0c1d/mbid-61cc0e1b-9e23-472c-a4f3-67db405e0c1d-3242437488_thumb250.jpg",
    "song": "Land of Competition",
    "track_id": "cc3f9dab-4723-347f-aa92-f673aac72a53",
    "recording_id": "99397f6b-0b55-4f56-a4eb-bbab9c0eaa21",
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "Suffer",
    "release_id": "61cc0e1b-9e23-472c-a4f3-67db405e0c1d",
    "release_group_id": "67ba7dda-893f-32ed-930c-f8ff5f5df18a",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1988-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Happy belated birthday to Greg Graffin, who turned 61 on Thursday.\n\nBad Religion will be performing at the Spokane Arena in Spokane, WA on January 20th.\n\nhttps://badreligion.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}