Information about plays

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

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

{
    "id": 3634515,
    "uri": "https://api.kexp.org/v2/plays/3634515/?format=api",
    "airdate": "2026-03-28T05:12:42-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://ia801602.us.archive.org/17/items/mbid-4794d2e4-698e-4ad4-9107-50ba68ed68eb/mbid-4794d2e4-698e-4ad4-9107-50ba68ed68eb-8304126374_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-4794d2e4-698e-4ad4-9107-50ba68ed68eb/mbid-4794d2e4-698e-4ad4-9107-50ba68ed68eb-8304126374_thumb250.jpg",
    "song": "All the Time",
    "track_id": "dfcd27ce-bf6c-4e12-a749-7755fa554045",
    "recording_id": "f23596ab-1984-45d4-bb63-015b89427d23",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Comedown Machine",
    "release_id": "4794d2e4-698e-4ad4-9107-50ba68ed68eb",
    "release_group_id": "461e255f-b56e-4788-b989-8ff610242b94",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2013-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}