Information about plays

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

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

{
    "id": 3543976,
    "uri": "https://api.kexp.org/v2/plays/3543976/?format=api",
    "airdate": "2025-08-23T23:17:28-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbabada4-6c9e-4168-9532-feb6a711b299/27107852619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbabada4-6c9e-4168-9532-feb6a711b299/27107852619-250.jpg",
    "song": "Still Laughing",
    "track_id": null,
    "recording_id": "baf5f9c8-0b2d-4410-885e-39a58fb2fe25",
    "artist": "GAG",
    "artist_ids": [
        "ce665769-b3b3-4543-875a-1cc19ac8cbc7"
    ],
    "album": "Still Laughing",
    "release_id": null,
    "release_group_id": "cad3f861-f647-41ac-8f8b-aaad0d7b591f",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle hardcore!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}