Information about plays

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

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

{
    "id": 3613383,
    "uri": "https://api.kexp.org/v2/plays/3613383/?format=api",
    "airdate": "2026-02-05T04:14:07-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Action (feat. Nadine Sutherland)",
    "track_id": null,
    "recording_id": "d9b92bf7-192c-48c4-aca9-447aa527f157",
    "artist": "Terror Fabulous, Nadine Sutherland",
    "artist_ids": [
        "8105e078-9b6e-4552-ba71-d260edb1bf1c",
        "d8aaf1c1-f8dc-4979-8f84-69a4dde4216c"
    ],
    "album": "Yaga Yaga",
    "release_id": null,
    "release_group_id": "4cb2ce30-fbd4-3538-9446-0f734d96d88f",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}