Information about plays

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

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

{
    "id": 3633674,
    "uri": "https://api.kexp.org/v2/plays/3633674/?format=api",
    "airdate": "2026-03-25T23:46:16-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/da956b64-077c-4e36-95cb-51d14a13d12e/25157650353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da956b64-077c-4e36-95cb-51d14a13d12e/25157650353-250.jpg",
    "song": "I Didn't Mean to Turn You On",
    "track_id": null,
    "recording_id": "15ff8e31-d98f-4298-a54a-8ec1210dedc6",
    "artist": "Cherrelle",
    "artist_ids": [
        "2a0b3bf9-0d04-4e49-91f5-9530cbebab55"
    ],
    "album": "Fragile",
    "release_id": null,
    "release_group_id": "f1b2325b-1bc8-3835-9039-1b1ceee10010",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Palmer covered this jam for his 1985 album \"Riptide.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}