Information about plays

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

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

{
    "id": 3566521,
    "uri": "https://api.kexp.org/v2/plays/3566521/?format=api",
    "airdate": "2025-10-17T22:33:44-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ebe907c-520e-415a-b91c-cadd41350a76/21077242651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ebe907c-520e-415a-b91c-cadd41350a76/21077242651-250.jpg",
    "song": "The Hypnotic",
    "track_id": null,
    "recording_id": "3e4e1722-3e61-4b12-88f8-e814dc64df5a",
    "artist": "The Roots feat. D’Angelo",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Home Grown! The Beginner's Guide to Understanding The Roots, Volume 1",
    "release_id": null,
    "release_group_id": "12e99144-1813-3e5d-a7e6-08d2425ab8bc",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Questlove and D'angelo were completely locked in https://www.youtube.com/watch?v=2m-oXnRPjEs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}