Information about plays

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

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

{
    "id": 3551445,
    "uri": "https://api.kexp.org/v2/plays/3551445/?format=api",
    "airdate": "2025-09-10T22:25:24-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-11f56056-a7e4-4fa5-9572-d439a4d7b9b4/mbid-11f56056-a7e4-4fa5-9572-d439a4d7b9b4-43001239128_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-11f56056-a7e4-4fa5-9572-d439a4d7b9b4/mbid-11f56056-a7e4-4fa5-9572-d439a4d7b9b4-43001239128_thumb250.jpg",
    "song": "In My Head",
    "track_id": "11a96bf4-4179-4dd3-bfb1-59a7c763d411",
    "recording_id": "8f7eeac6-1f90-4076-ae37-b3d46ff60cf2",
    "artist": "Phantogram & Whethan",
    "artist_ids": [
        "9dbb9d00-e2d3-484d-8049-10e5e125913c",
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "In My Head",
    "release_id": "11f56056-a7e4-4fa5-9572-d439a4d7b9b4",
    "release_group_id": "5225e07d-5be9-4e38-8868-5869e8214cee",
    "labels": [
        "Neon Gold"
    ],
    "label_ids": [
        "813cd12c-d731-4e33-9169-3841336b24c0"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New collaboration with DJ and music producer Whethan! Phantogram is touring their album, Memory Of A Day, the rest of 2025. \n\nhttps://www.phantogram.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}