Information about plays

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

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

{
    "id": 3593500,
    "uri": "https://api.kexp.org/v2/plays/3593500/?format=api",
    "airdate": "2025-12-20T14:01:50-08:00",
    "show": 65430,
    "show_uri": "https://api.kexp.org/v2/shows/65430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vintage Jeans",
    "track_id": "817123de-1bcd-4be3-832c-eef20c4c80c4",
    "recording_id": "8083a4c4-4d8b-4e95-8538-fc5a2daabc54",
    "artist": "THEM",
    "artist_ids": [
        "8373ff8f-d8c5-4ce3-9f44-7777c45231d9"
    ],
    "album": "Vintage Jeans",
    "release_id": "2c5aba8d-ceaf-47a3-bbdf-41325d1b74eb",
    "release_group_id": "97b71721-5116-4049-ab65-86e06f8b421d",
    "labels": [
        "VERSION III"
    ],
    "label_ids": [
        "24ae189e-3084-463d-8a0c-d2c148d53403"
    ],
    "release_date": "2025-02-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "THEM will be performing tonight at Nuemos.\n---\nThe Seattle-based band, THEM, is a new pop-rock project, comprised of four talented teens with harmonies in spades, THEM is \"set for a steady rise toward fresh and brightened musical horizons.\"\n\nSarah Tudzin of Illuminati Hotties produced the track! \n\nhttps://ffm.to/themvintagejeans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}