Information about plays

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

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

{
    "id": 3555009,
    "uri": "https://api.kexp.org/v2/plays/3555009/?format=api",
    "airdate": "2025-09-19T13:04:06-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia800905.us.archive.org/2/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb250.jpg",
    "song": "Paint It, Black",
    "track_id": "caa54e47-5ba3-39ba-8471-640301e59350",
    "recording_id": "c6ddba3b-a1a4-40a5-b686-b040ba536f24",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this 1966 track, Stones guitarist Brian Jones plays the sitar, which was introduced to pop music by The Beatles on their 1965 song Norwegian Wood (This Bird Has Flown).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}