Information about plays

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

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

{
    "id": 3500669,
    "uri": "https://api.kexp.org/v2/plays/3500669/?format=api",
    "airdate": "2025-05-13T02:59:57-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia601504.us.archive.org/26/items/mbid-bf0cad00-a8c6-48b6-a31b-424febc28a94/mbid-bf0cad00-a8c6-48b6-a31b-424febc28a94-33254029483_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-bf0cad00-a8c6-48b6-a31b-424febc28a94/mbid-bf0cad00-a8c6-48b6-a31b-424febc28a94-33254029483_thumb250.jpg",
    "song": "I'll Fight You",
    "track_id": "e33d68db-9574-4425-871a-b874dab26c0d",
    "recording_id": "5959b990-d443-4e24-b6b5-d94751aa807f",
    "artist": "Open Mike Eagle",
    "artist_ids": [
        "4508a423-daaa-4d43-a839-aa1a9be88a9c"
    ],
    "album": "Component With the Auto Reverse",
    "release_id": "bf0cad00-a8c6-48b6-a31b-424febc28a94",
    "release_group_id": "0fea6538-6d42-4f65-8f80-878c7003a9fd",
    "labels": [
        "Auto Reverse Records"
    ],
    "label_ids": [
        "3d09b8ee-b38f-4512-8b3c-776ca85b0338"
    ],
    "release_date": "2022-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}