Information about plays

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

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

{
    "id": 3622801,
    "uri": "https://api.kexp.org/v2/plays/3622801/?format=api",
    "airdate": "2026-02-27T01:01:44-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlantis (I Need You)",
    "track_id": "69359f15-88e1-3ce1-89e5-7bd09eb25984",
    "recording_id": "4d0fd2f9-b10a-4bfd-9c8a-abf1858e9f89",
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Logical Progression Level 2",
    "release_id": "22c9896c-bb15-43cd-b2dd-1f2e0187a1ab",
    "release_group_id": "f0e595da-de94-351a-a562-817a320300c3",
    "labels": [
        "Good Looking Records"
    ],
    "label_ids": [
        "07d73c0e-8519-468d-8d94-b967084f5cc1"
    ],
    "release_date": "1997-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}