Information about plays

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

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

{
    "id": 3616426,
    "uri": "https://api.kexp.org/v2/plays/3616426/?format=api",
    "airdate": "2026-02-12T04:03:18-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Stain (feat. Sister Nancy)",
    "track_id": null,
    "recording_id": "918aea7d-2b71-4a60-a88a-1e2261cf3a6a",
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Rhythm Come Forward - A Reggae Anthology",
    "release_id": null,
    "release_group_id": "6e378a71-7508-326a-9123-4a66e9fac6d0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}