Information about plays

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

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

{
    "id": 3577487,
    "uri": "https://api.kexp.org/v2/plays/3577487/?format=api",
    "airdate": "2025-11-13T02:50:45-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/7eba5ca4-7df4-4730-adbb-be25efafdc84/4165048626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7eba5ca4-7df4-4730-adbb-be25efafdc84/4165048626-250.jpg",
    "song": "Sweaty",
    "track_id": null,
    "recording_id": "cf0ca657-d150-46f5-b09e-1dd07b131aa4",
    "artist": "Jodeci feat. Missy Elliott",
    "artist_ids": [
        "ed7e12c4-0c08-477c-bd64-5eaa96b9f853",
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Diary of a Mad Band",
    "release_id": null,
    "release_group_id": "36e40a5f-c4b0-3cfd-8f8d-7483afbab494",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring an early appearance from Missy \"Misdemeanor\" Elliott.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}