Information about plays

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

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

{
    "id": 3594285,
    "uri": "https://api.kexp.org/v2/plays/3594285/?format=api",
    "airdate": "2025-12-22T02:31:52-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time and Time",
    "track_id": "ab790f3d-42bc-4376-a563-3335b554befa",
    "recording_id": "eb7b0849-c8be-4b14-bb11-999e34f6be46",
    "artist": "Kokoroko feat. Demae",
    "artist_ids": [
        "5323e27d-ea62-4af4-883e-1c33a25f417a",
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": "Tuff Times Never Last",
    "release_id": "1afec8f8-1bbf-4884-a8ce-84d9db029242",
    "release_group_id": "42ee16aa-cf94-415a-997b-95d630f99ac3",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}