Information about plays

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

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

{
    "id": 3622360,
    "uri": "https://api.kexp.org/v2/plays/3622360/?format=api",
    "airdate": "2026-02-26T01:00:44-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/beb3b756-9971-43fc-998e-9cc85c13aefe/2418113648-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/beb3b756-9971-43fc-998e-9cc85c13aefe/2418113648-250.jpg",
    "song": "Together Forever",
    "track_id": null,
    "recording_id": "7f30eba1-39f8-41aa-b3d7-b9b4ff3357e2",
    "artist": "Exodus",
    "artist_ids": [
        "37118666-d022-43bd-b7c8-89f1ecf8894c"
    ],
    "album": "Together Forever",
    "release_id": null,
    "release_group_id": "d7e122c3-7707-4587-a53f-115ea3b37efe",
    "labels": [
        "Charlotte Amalie"
    ],
    "label_ids": [
        "200eb5a5-75f6-47aa-a10d-d2f1a3dca053"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}