Information about plays

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

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

{
    "id": 3591939,
    "uri": "https://api.kexp.org/v2/plays/3591939/?format=api",
    "airdate": "2025-12-16T16:24:00-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The End",
    "track_id": "d6311af1-330f-411d-b2db-cec42e002af8",
    "recording_id": "4f0a69d3-20b7-40ce-b4c2-6b07facb6e6a",
    "artist": "Justice & Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Hyperdrama",
    "release_id": "66869aec-e354-4ade-99fb-d7d746d73bf8",
    "release_group_id": "08110ae5-16bc-4baf-900c-9ce04c9a9e40",
    "labels": [
        "Ed Banger Records",
        "Because Music"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246",
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2024's \"Hyperdrama\" sees Justice collaborate with a number of artists, including Tame Impala, RIMON, The Flints, Connan Mockasin, Miguel, and Thundercat.\n\nhttps://etjusticepourtous.bandcamp.com/album/hyperdrama",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}