Information about plays

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

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

{
    "id": 3567084,
    "uri": "https://api.kexp.org/v2/plays/3567084/?format=api",
    "airdate": "2025-10-19T05:44:53-07:00",
    "show": 64874,
    "show_uri": "https://api.kexp.org/v2/shows/64874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrath",
    "track_id": null,
    "recording_id": "5867e8ec-b65f-4938-a7a4-d0c14dd89bef",
    "artist": "Howard Shore",
    "artist_ids": [
        "9b58672a-e68e-4972-956e-a8985a165a1f"
    ],
    "album": "Seven",
    "release_id": null,
    "release_group_id": "cf0d27d9-8b5a-3e3f-b736-93382f0cf2fa",
    "labels": [
        "HOWE Records"
    ],
    "label_ids": [
        "9c4a65c1-b284-4c1f-a338-7b0368c4248d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}