Information about plays

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

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

{
    "id": 3630087,
    "uri": "https://api.kexp.org/v2/plays/3630087/?format=api",
    "airdate": "2026-03-17T07:17:30-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-9b746946-202a-39b5-9964-9c578ad1c373/mbid-9b746946-202a-39b5-9964-9c578ad1c373-12913943586_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-9b746946-202a-39b5-9964-9c578ad1c373/mbid-9b746946-202a-39b5-9964-9c578ad1c373-12913943586_thumb250.jpg",
    "song": "Tryin’ to Throw Your Arms Around the World",
    "track_id": "1aaec61e-281f-309b-9a6d-9dfd8a0a0caf",
    "recording_id": "cf20749f-27e7-487e-a6c4-a2043eaa3d81",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Achtung Baby",
    "release_id": "9b746946-202a-39b5-9964-9c578ad1c373",
    "release_group_id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tryin' to Throw Your Arms Around the World\" is from Irish band U2's seventh studio album 'Achtung Baby'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}