Information about plays

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

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

{
    "id": 3630099,
    "uri": "https://api.kexp.org/v2/plays/3630099/?format=api",
    "airdate": "2026-03-17T08:02:00-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-42c00c1c-6a00-46a4-8ef3-f3424ad45448/mbid-42c00c1c-6a00-46a4-8ef3-f3424ad45448-30985056070_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-42c00c1c-6a00-46a4-8ef3-f3424ad45448/mbid-42c00c1c-6a00-46a4-8ef3-f3424ad45448-30985056070_thumb250.jpg",
    "song": "Shut Your Eyes",
    "track_id": "48fda9e5-7853-47bb-a033-301ccabf7130",
    "recording_id": "fce2420a-a17c-4b66-99cc-677059aef05f",
    "artist": "Snow Patrol",
    "artist_ids": [
        "a66999a7-ae5c-460e-ba94-1a01143ae847"
    ],
    "album": "Eyes Open",
    "release_id": "5df7500c-2962-4b49-b50d-655c8e988733",
    "release_group_id": "2d53108e-17c3-37cd-864a-319440ce6a21",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Northern Irish band Snow Patrol gives us mixed messages with \"Shut Your Eyes\" from their fourth album 'Eyes Open' which released in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}