Information about plays

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

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

{
    "id": 3520133,
    "uri": "https://api.kexp.org/v2/plays/3520133/?format=api",
    "airdate": "2025-06-28T21:46:42-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/39b69214-4022-4bf3-b84c-a5256ed2237e/32854567518-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39b69214-4022-4bf3-b84c-a5256ed2237e/32854567518-250.jpg",
    "song": "Drafted",
    "track_id": null,
    "recording_id": "22621ee5-7483-4030-9ee5-8b3723514bed",
    "artist": "Vintage Crop",
    "artist_ids": [
        "00c21d63-04d0-49d7-ae8e-d27b1754c17a"
    ],
    "album": "Kibitzer",
    "release_id": null,
    "release_group_id": "be649ee5-643f-41c8-af9a-fd9aad04110d",
    "labels": [
        "Upset The Rhythm"
    ],
    "label_ids": [
        "efa567aa-45c4-493c-9624-7348446dbef0"
    ],
    "release_date": "2022-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}