Information about plays

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

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

{
    "id": 3641735,
    "uri": "https://api.kexp.org/v2/plays/3641735/?format=api",
    "airdate": "2026-04-13T23:21:08-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4ae4684-353c-4da4-9219-3f3e0b0d6782/44081531042-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4ae4684-353c-4da4-9219-3f3e0b0d6782/44081531042-250.jpg",
    "song": "What If I Say It?",
    "track_id": null,
    "recording_id": "7b462b89-364c-4b42-ad56-27c321e5354d",
    "artist": "Arlo Parks",
    "artist_ids": [
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "Ambiguous Desire",
    "release_id": null,
    "release_group_id": "018ef28f-9a83-4963-b751-6ad555bfa873",
    "labels": [
        "Transgressive"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London's Arlo Parks swinging West Coast way this September in support of her new record - https://arloparks.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}