Information about plays

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

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

{
    "id": 3579105,
    "uri": "https://api.kexp.org/v2/plays/3579105/?format=api",
    "airdate": "2025-11-16T19:12:00-08:00",
    "show": 65129,
    "show_uri": "https://api.kexp.org/v2/shows/65129/?format=api",
    "image_uri": "https://coverartarchive.org/release/03865cf3-7914-42bb-87b7-24c3fb90c924/29823753361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03865cf3-7914-42bb-87b7-24c3fb90c924/29823753361-250.jpg",
    "song": "Spirit of Brotherhood",
    "track_id": null,
    "recording_id": null,
    "artist": "Spirit of Brotherhood",
    "artist_ids": [
        "1105deff-1f19-40d9-aae0-70df0352d23b"
    ],
    "album": "Eccentric Disco",
    "release_id": null,
    "release_group_id": "3912e0fc-9e95-46b5-98c6-71b2bcac7688",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2021-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}