Information about plays

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

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

{
    "id": 3604283,
    "uri": "https://api.kexp.org/v2/plays/3604283/?format=api",
    "airdate": "2026-01-14T13:36:47-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Waited",
    "track_id": "29b9446f-8d53-4e4d-bb9a-68f1abda838e",
    "recording_id": "6e3f821d-cab3-446f-aaa5-e4d857c893a6",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "is",
    "release_id": "3049ec41-d79e-411f-9b29-876fd53ff889",
    "release_group_id": "fc90e851-b26e-4648-9ff7-e979a336757b",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Tara...\n--\n \"Time Waited\" is the leading single from My Morning Jacket's 10th studio album, \"is\".  Here's a Pitchfork review: https://pitchfork.com/reviews/albums/my-morning-jacket-is/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}