Information about plays

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

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

{
    "id": 3546956,
    "uri": "https://api.kexp.org/v2/plays/3546956/?format=api",
    "airdate": "2025-08-30T23:50:38-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f026b34-abd3-4502-a19c-3ff6aaa1c663/20456294204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f026b34-abd3-4502-a19c-3ff6aaa1c663/20456294204-250.jpg",
    "song": "Gun Control",
    "track_id": null,
    "recording_id": "3512aff8-f127-4d5f-b5c7-be75b284d52f",
    "artist": "D.R.I.",
    "artist_ids": [
        "95f6e954-8bed-4f8e-a53e-d155bb6f7ace"
    ],
    "album": "Thrash Zone",
    "release_id": null,
    "release_group_id": "95b17b5d-009b-42d4-8f43-ffbef9e233b8",
    "labels": [
        "Roadracer Records"
    ],
    "label_ids": [
        "ce105941-dc16-4291-9d18-5fed7edc5e5a"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DRI are currently scheduled to play select dates in the US.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}