Information about plays

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

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

{
    "id": 3637744,
    "uri": "https://api.kexp.org/v2/plays/3637744/?format=api",
    "airdate": "2026-04-04T14:29:19-07:00",
    "show": 66365,
    "show_uri": "https://api.kexp.org/v2/shows/66365/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f-4462754181_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f-4462754181_thumb250.jpg",
    "song": "Natural Anthem",
    "track_id": "9792acf6-e2e5-3ef8-9bd3-b0012a31e874",
    "recording_id": "9a671fbb-6e10-4123-a265-09fcbf7cb5e3",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "89b84d6b-2067-4179-8478-ea3e24ddcb9f",
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track from the legendary 2003 Album Give Up.\n\nhttps://postalservicemusic.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}