Information about plays

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

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

{
    "id": 3613294,
    "uri": "https://api.kexp.org/v2/plays/3613294/?format=api",
    "airdate": "2026-02-04T23:14:50-08:00",
    "show": 65842,
    "show_uri": "https://api.kexp.org/v2/shows/65842/?format=api",
    "image_uri": "https://ia801901.us.archive.org/3/items/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae-15859167577_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/3/items/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae/mbid-d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae-15859167577_thumb250.jpg",
    "song": "If You Can Want",
    "track_id": "fb1c6189-2df5-34c7-9545-06d903292f56",
    "recording_id": "c7415e56-5549-4eae-80ed-1da4872010a9",
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Ultraglide in Black",
    "release_id": "d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae",
    "release_group_id": "d2f4b682-3a54-3cde-aafd-2cb81ff5d762",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2001-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of the 1968 song by Smokey Robinson and The Miracles.  Here's a link to the original song: https://www.youtube.com/watch?v=NKsYw_eckCY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}