Information about plays

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

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

{
    "id": 3539419,
    "uri": "https://api.kexp.org/v2/plays/3539419/?format=api",
    "airdate": "2025-08-13T02:31:24-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/423040de-22ae-453c-960e-4fe7041e4a04/31418750763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/423040de-22ae-453c-960e-4fe7041e4a04/31418750763-250.jpg",
    "song": "Mental Ward Sleep Machine",
    "track_id": null,
    "recording_id": "40fb9991-f212-4778-b184-f1ced5fbe786",
    "artist": "The Black Dog",
    "artist_ids": [
        "a78d2a35-c083-4179-a5d8-49f84e5ec863"
    ],
    "album": "Riphead EP",
    "release_id": null,
    "release_group_id": "811437d4-ae15-3b28-9a65-04f1c68a1fdb",
    "labels": [
        "Soma Records"
    ],
    "label_ids": [
        "dcd9689f-3dee-4765-8a1e-3f79956ce6e0"
    ],
    "release_date": "2006-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "o O o O o O o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}