Information about plays

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

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

{
    "id": 3611733,
    "uri": "https://api.kexp.org/v2/plays/3611733/?format=api",
    "airdate": "2026-02-01T04:10:30-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f457e5b-1a25-498f-a415-c4f9f45843bb/8056507378-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f457e5b-1a25-498f-a415-c4f9f45843bb/8056507378-250.jpg",
    "song": "Dancing In The Moonlight",
    "track_id": null,
    "recording_id": "de1545ce-a6c1-4d78-abe5-91190920af09",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Bad Reputation",
    "release_id": null,
    "release_group_id": "58d9e7fb-3186-3fd6-b7f3-32784179c855",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1977-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}