Information about plays

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

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

{
    "id": 3604924,
    "uri": "https://api.kexp.org/v2/plays/3604924/?format=api",
    "airdate": "2026-01-16T03:13:14-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Round and Round",
    "track_id": null,
    "recording_id": "b2f23e16-a33e-4a2b-bb14-00361062093a",
    "artist": "Mozzy",
    "artist_ids": [
        "1fe697e9-f432-4953-94e3-555f2decc171"
    ],
    "album": "Mandatory Check",
    "release_id": null,
    "release_group_id": "37542a61-0004-424c-9747-d128f362f1db",
    "labels": [
        "Mozzy Records"
    ],
    "label_ids": [
        "3719ba82-fb7d-4893-a5f2-d94c496ff1a6"
    ],
    "release_date": "2016-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine: 2016!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}