Information about plays

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

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

{
    "id": 3640853,
    "uri": "https://api.kexp.org/v2/plays/3640853/?format=api",
    "airdate": "2026-04-11T19:01:49-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a582e4d-8993-4b6f-8fb0-56b0a22a0d60/35749904892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a582e4d-8993-4b6f-8fb0-56b0a22a0d60/35749904892-250.jpg",
    "song": "It Takes One to Know One",
    "track_id": null,
    "recording_id": "923224f1-3114-4b67-9f83-612e583f02cb",
    "artist": "Seance Crasher",
    "artist_ids": [
        "fa7e1390-8426-4f55-879d-5c5ebe8dfa55"
    ],
    "album": "Air Apparent",
    "release_id": null,
    "release_group_id": "005b6f03-4500-4d5f-b00e-66455f54b633",
    "labels": [
        "Literal Gold"
    ],
    "label_ids": [
        "c55e2b11-2111-4c5d-95d5-35e6e53a6849"
    ],
    "release_date": "2023-04-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland!\n\nhttps://seancecrasher.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}