Information about plays

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

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

{
    "id": 3423764,
    "uri": "https://api.kexp.org/v2/plays/3423764/?format=api",
    "airdate": "2024-11-10T15:58:52-08:00",
    "show": 61816,
    "show_uri": "https://api.kexp.org/v2/shows/61816/?format=api",
    "image_uri": "https://ia800103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb250.jpg",
    "song": "It Wasn't Meant to Be",
    "track_id": "439c1b0f-526b-465e-89f6-196501de7670",
    "recording_id": "f532fdff-cd61-474c-8215-fa0f11c9a838",
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Memory of a Day",
    "release_id": "79b32862-f5c5-48f4-a680-e1f6cd99ca81",
    "release_group_id": "505e3b3a-9304-40c1-9292-cf8cc4c3ed9f",
    "labels": [
        "Neon Gold"
    ],
    "label_ids": [
        "813cd12c-d731-4e33-9169-3841336b24c0"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phantogram just visited Seattle and stopped by for an in-studio performance at KEXP - and they're returning to Seattle on February 21 2025, playing the Moore Theatre!\n\nThey'll also visit The Masonic in San Francisco on February 26.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}