Information about plays

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

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

{
    "id": 3409233,
    "uri": "https://api.kexp.org/v2/plays/3409233/?format=api",
    "airdate": "2024-10-06T16:46:43-07:00",
    "show": 61503,
    "show_uri": "https://api.kexp.org/v2/shows/61503/?format=api",
    "image_uri": "https://ia802309.us.archive.org/14/items/mbid-625ae6f1-73c2-4b99-9909-1d29d298e223/mbid-625ae6f1-73c2-4b99-9909-1d29d298e223-39120403851_thumb500.jpg",
    "thumbnail_uri": "https://ia802309.us.archive.org/14/items/mbid-625ae6f1-73c2-4b99-9909-1d29d298e223/mbid-625ae6f1-73c2-4b99-9909-1d29d298e223-39120403851_thumb250.jpg",
    "song": "Live for You",
    "track_id": "5fa5ad41-826e-4eaf-84df-e90dadd68f08",
    "recording_id": "1ea16895-b8e3-434e-9e1a-7e18f5527459",
    "artist": "Thee Sacred Souls",
    "artist_ids": [
        "32b87bbc-2363-457a-97b4-3103a569f3a7"
    ],
    "album": "Got a Story to Tell",
    "release_id": "625ae6f1-73c2-4b99-9909-1d29d298e223",
    "release_group_id": "98733ea0-78d5-407c-bedf-dd2b58d98b1c",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Sacred Souls will be performing at the Paramount Theater in Seattle on Friday, January 17th. They'll also be doing two nights at San Francisco's The Masonic on January 24th & 25th!\n\nWatch their 2023 KEXP in-studio session here: https://tinyurl.com/4k3st4yv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}