Information about plays

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

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

{
    "id": 3622285,
    "uri": "https://api.kexp.org/v2/plays/3622285/?format=api",
    "airdate": "2026-02-25T21:15:24-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bang Bang",
    "track_id": null,
    "recording_id": "514455bf-5529-4515-9a05-80552a1d584d",
    "artist": "Vanilla Fudge",
    "artist_ids": [
        "96ad1836-0a6e-423f-a2af-0f4a64a325ca"
    ],
    "album": "Vanilla Fudge",
    "release_id": null,
    "release_group_id": "52863bd6-7653-3f5c-bd48-949280d35987",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bang bang (you shot me down)\nBang bang (I hit the ground)\nBang bang (you shot me down, bang, bang)\nI used to shoot you down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}