Information about plays

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

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

{
    "id": 3622327,
    "uri": "https://api.kexp.org/v2/plays/3622327/?format=api",
    "airdate": "2026-02-25T23:04:42-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bac4d5b-61ea-4e8e-8e63-7c0edbb763ab/38708941468-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bac4d5b-61ea-4e8e-8e63-7c0edbb763ab/38708941468-250.jpg",
    "song": "Nightshift",
    "track_id": null,
    "recording_id": "96334783-24a2-445b-bf43-1623262af116",
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Nightshift",
    "release_id": null,
    "release_group_id": "1fca8799-2ed2-3f37-9d0c-deaced3c1fdc",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1985-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}