Information about plays

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

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

{
    "id": 3596480,
    "uri": "https://api.kexp.org/v2/plays/3596480/?format=api",
    "airdate": "2025-12-26T22:38:45-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "https://coverartarchive.org/release/37c0a6b5-f723-4e70-92b8-805a569bc436/28645054139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37c0a6b5-f723-4e70-92b8-805a569bc436/28645054139-250.jpg",
    "song": "Feelin’ It",
    "track_id": null,
    "recording_id": "80d8c47f-0bf2-414b-9cf0-e8aed8f646fa",
    "artist": "Jaÿ‐Z featuring Mecca",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac",
        "6a917921-87f4-4c8f-a0d3-9f0981f11539"
    ],
    "album": "Reasonable Doubt",
    "release_id": null,
    "release_group_id": "a7f852ba-08bc-36f1-92f3-4dc127f4b70a",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "1996-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}