Information about plays

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

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

{
    "id": 3549516,
    "uri": "https://api.kexp.org/v2/plays/3549516/?format=api",
    "airdate": "2025-09-06T05:23:38-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Celebrate the Bullet",
    "track_id": "a52e7a9b-4c78-34a0-91cd-b98e17bf43e2",
    "recording_id": "9c9085e0-c084-47fc-85eb-64f10aea39b5",
    "artist": "The Selecter",
    "artist_ids": [
        "1329faaf-799f-44e2-91f9-87fe52f17afd"
    ],
    "album": "Street Feeling",
    "release_id": "156246ad-ca46-4013-b8fc-cd10167d4f72",
    "release_group_id": "22151a79-39dc-4c42-b3a0-25f97edfb734",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}