Information about plays

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

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

{
    "id": 3594869,
    "uri": "https://api.kexp.org/v2/plays/3594869/?format=api",
    "airdate": "2025-12-23T11:22:10-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Your Thing",
    "track_id": null,
    "recording_id": "99e23eb1-bbc2-4c36-aae7-2e4658a7741b",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "It’s Our Thing",
    "release_id": null,
    "release_group_id": "b56844c8-e0e5-33c8-a49a-a1a7c613ba29",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P. Chris Jasper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}