Information about plays

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

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

{
    "id": 3545665,
    "uri": "https://api.kexp.org/v2/plays/3545665/?format=api",
    "airdate": "2025-08-27T23:53:17-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f8ebeb2-fa96-4382-8dd7-e64f16808646/33803184331-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f8ebeb2-fa96-4382-8dd7-e64f16808646/33803184331-250.jpg",
    "song": "Castles Made of Sand",
    "track_id": null,
    "recording_id": "3990dc3a-5a1d-404b-92f2-556cbb20e5cd",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": null,
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1967-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}