Information about plays

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

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

{
    "id": 3646750,
    "uri": "https://api.kexp.org/v2/plays/3646750/?format=api",
    "airdate": "2026-04-25T22:07:16-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "https://coverartarchive.org/release/156910c8-64f7-4a94-be9c-9d2e74ba3099/8056502671-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/156910c8-64f7-4a94-be9c-9d2e74ba3099/8056502671-250.jpg",
    "song": "Cold Sweat",
    "track_id": null,
    "recording_id": "276b6e97-02bd-4c4c-996a-4d71a26e1598",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Thunder and Lightning",
    "release_id": null,
    "release_group_id": "fe48fbb7-8462-3ff2-b50d-bf3ea6d7c2b4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Thin Lizzy perform this banger live in an Irish pub in (yes) 1983: https://www.youtube.com/watch?v=uzncEWVQ5uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}