Information about plays

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

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

{
    "id": 3549916,
    "uri": "https://api.kexp.org/v2/plays/3549916/?format=api",
    "airdate": "2025-09-07T05:23:33-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voices In The Rain",
    "track_id": null,
    "recording_id": "98db1146-6aeb-4cdd-9ae0-558440d6a309",
    "artist": "Joe Sample",
    "artist_ids": [
        "526a6127-7f4e-4797-8ae9-927a6e29e2d0"
    ],
    "album": "Rainbow Seeker / Carmel & Voices In The Rain",
    "release_id": null,
    "release_group_id": "e96cec2a-3faf-4d09-9b83-8e1848cf7ca1",
    "labels": [
        "Robinsongs"
    ],
    "label_ids": [
        "a5fd9181-7209-405b-8c21-5610116b4d25"
    ],
    "release_date": "2021-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}