Information about plays

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

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

{
    "id": 3585451,
    "uri": "https://api.kexp.org/v2/plays/3585451/?format=api",
    "airdate": "2025-12-01T14:35:28-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Continuing to Do My Thing",
    "track_id": "3623688d-6e73-4246-92c3-b4c95a4d5627",
    "recording_id": "edc0e6df-5379-42ed-866f-98b72ea5f991",
    "artist": "Cheekface",
    "artist_ids": [
        "fc0b6d53-d174-4b91-9c8e-dc0564275ff6"
    ],
    "album": "It's Sorted",
    "release_id": "456ee245-c5c0-49ca-ac57-c99b4b7b2461",
    "release_group_id": "6d5a0e71-a397-4449-b27c-417777044f83",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hosted by myself, Larry Mizell, Jr, live in the KEXP Studio in May 2023!\nhttps://youtu.be/-eTys7i4Miw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}