Information about plays

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

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

{
    "id": 3568690,
    "uri": "https://api.kexp.org/v2/plays/3568690/?format=api",
    "airdate": "2025-10-22T23:01:12-07:00",
    "show": 64907,
    "show_uri": "https://api.kexp.org/v2/shows/64907/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7016950-f45d-4472-b4b1-466b819849e2/17590917624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7016950-f45d-4472-b4b1-466b819849e2/17590917624-250.jpg",
    "song": "Go Insane",
    "track_id": null,
    "recording_id": "1c84f57b-c3e8-401e-9802-97ae435c2eba",
    "artist": "Lindsey Buckingham",
    "artist_ids": [
        "5d12875c-a197-43b2-8f29-41dc0ad895c3"
    ],
    "album": "Go Insane",
    "release_id": null,
    "release_group_id": "ec165abe-ab8d-3543-9ab7-c9f7e5128f8b",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}