Information about plays

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

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

{
    "id": 3577002,
    "uri": "https://api.kexp.org/v2/plays/3577002/?format=api",
    "airdate": "2025-11-11T23:33:36-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terra Incognita",
    "track_id": null,
    "recording_id": "ff573483-cb36-4e10-add6-2563f77f0332",
    "artist": "Happy Rhodes",
    "artist_ids": [
        "48823492-7685-4c1b-9c5e-30b5f6dd99e0"
    ],
    "album": "Warpaint",
    "release_id": null,
    "release_group_id": "02bc635e-d67d-390e-8b71-5e1ca2736a2d",
    "labels": [
        "Aural Gratification"
    ],
    "label_ids": [
        "d818ea6e-16e1-454a-b1b9-32c24baab413"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}