Information about plays

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

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

{
    "id": 3553425,
    "uri": "https://api.kexp.org/v2/plays/3553425/?format=api",
    "airdate": "2025-09-15T16:27:49-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf675a03-e7bd-48c4-bbc1-8606457a8f39/38847993561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf675a03-e7bd-48c4-bbc1-8606457a8f39/38847993561-250.jpg",
    "song": "Hanging On The Telephone",
    "track_id": null,
    "recording_id": "a905ea49-725e-471b-81c5-0b750b1b3ff7",
    "artist": "Davila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Under the Covers, Vol. 2: A Tribute to Paul Collins, Peter Case and Jack Lee",
    "release_id": null,
    "release_group_id": "5f6d92e2-b081-427a-8eec-e5862e901505",
    "labels": [
        "Volar Records"
    ],
    "label_ids": [
        "f491745d-0ddc-4663-a331-958118754c1e"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another cover!\n\nhttps://volarrecords.bandcamp.com/album/under-the-covers-vol-2-a-tribute-to-paul-collins-peter-case-and-jack-lee-of-the-nerves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}