Information about plays

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

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

{
    "id": 3549493,
    "uri": "https://api.kexp.org/v2/plays/3549493/?format=api",
    "airdate": "2025-09-06T03:59:48-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca391616-a063-45b6-aba8-525e36042c18/11479860225-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca391616-a063-45b6-aba8-525e36042c18/11479860225-250.jpg",
    "song": "Guns Before Butter",
    "track_id": null,
    "recording_id": "c8be2b3b-a88a-41f1-aeda-e821be0f772a",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": null,
    "release_group_id": "d0493944-992b-3534-9174-8320c1879837",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1979-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}