Information about plays

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

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

{
    "id": 3570446,
    "uri": "https://api.kexp.org/v2/plays/3570446/?format=api",
    "airdate": "2025-10-27T01:48:12-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/17047390-f430-4b35-8738-6e8b6514c503/34689542204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17047390-f430-4b35-8738-6e8b6514c503/34689542204-250.jpg",
    "song": "Mystical Lady",
    "track_id": null,
    "recording_id": "cea5516d-d525-4d1a-abe8-859253c5bb39",
    "artist": "Shirley Scott",
    "artist_ids": [
        "f80398eb-64c2-4abb-8572-cd8ab96f6522"
    ],
    "album": "Mystical Lady",
    "release_id": null,
    "release_group_id": "bd62ec5e-02a3-4be4-81d5-b61b8327b8cf",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}