Information about plays

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

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

{
    "id": 3564396,
    "uri": "https://api.kexp.org/v2/plays/3564396/?format=api",
    "airdate": "2025-10-13T01:08:30-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ded455c-a37f-43b1-aa63-2780842ff62e/18882380902-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ded455c-a37f-43b1-aa63-2780842ff62e/18882380902-250.jpg",
    "song": "A Hard Day’s Night",
    "track_id": null,
    "recording_id": "95ada5ab-e761-46f3-9229-9c3fea803e14",
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "Hang on Ramsey!",
    "release_id": null,
    "release_group_id": "b1e7367d-1d2c-4851-94b7-0d42f2002cf9",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}