Information about plays

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

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

{
    "id": 3620750,
    "uri": "https://api.kexp.org/v2/plays/3620750/?format=api",
    "airdate": "2026-02-22T09:25:55-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Down",
    "track_id": null,
    "recording_id": "b840d9aa-1b34-4a4e-acfa-dd6850c0db1f",
    "artist": "Los Colognes",
    "artist_ids": [
        "211e4ef0-6520-49d3-8184-15f3f6c84780"
    ],
    "album": "Working Together",
    "release_id": null,
    "release_group_id": "92123f3c-1c2a-4a9a-8212-011be761eba7",
    "labels": [
        "Electric Western"
    ],
    "label_ids": [],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville band took their name from the bassist’s penchant for wearing great cologne.\nhttps://electricwesternrecords.bandcamp.com/album/working-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}