Information about plays

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

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

{
    "id": 3622277,
    "uri": "https://api.kexp.org/v2/plays/3622277/?format=api",
    "airdate": "2026-02-25T20:56:43-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://ia801804.us.archive.org/3/items/mbid-053bb5ff-d89f-45db-8544-cbf4500fb748/mbid-053bb5ff-d89f-45db-8544-cbf4500fb748-9925281790_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/3/items/mbid-053bb5ff-d89f-45db-8544-cbf4500fb748/mbid-053bb5ff-d89f-45db-8544-cbf4500fb748-9925281790_thumb250.jpg",
    "song": "Sally Go Round the Sun",
    "track_id": "1df09786-aabf-3628-9cc3-6894351ca673",
    "recording_id": "fccdf3cd-03ed-4199-92e7-700e9e55262b",
    "artist": "Elephant Stone",
    "artist_ids": [
        "3cc33cc1-17bc-4859-bac3-41ccd0e53f79"
    ],
    "album": "Elephant Stone",
    "release_id": "053bb5ff-d89f-45db-8544-cbf4500fb748",
    "release_group_id": "4f71e75b-7e9e-434c-9b0d-29033823d93b",
    "labels": [
        "Hidden Pony Records"
    ],
    "label_ids": [
        "5221433e-536f-4c10-8715-c4379872c5b5"
    ],
    "release_date": "2013-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elephant Stone is a Canadian indie rock band. Their sound combines Indian classical music and elements of 60s psych rock and pop.\n\nElephant Stone - Full Performance (Live on KEXP) - https://www.youtube.com/watch?v=7URtQl2w2WU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}