Information about plays

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

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

{
    "id": 3388087,
    "uri": "https://api.kexp.org/v2/plays/3388087/?format=api",
    "airdate": "2024-08-16T05:50:05-07:00",
    "show": 61046,
    "show_uri": "https://api.kexp.org/v2/shows/61046/?format=api",
    "image_uri": "https://ia903405.us.archive.org/25/items/mbid-7c640e52-20e8-421a-bce4-39efc4195c67/mbid-7c640e52-20e8-421a-bce4-39efc4195c67-36537379141_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/25/items/mbid-7c640e52-20e8-421a-bce4-39efc4195c67/mbid-7c640e52-20e8-421a-bce4-39efc4195c67-36537379141_thumb250.jpg",
    "song": "Lucky Nine",
    "track_id": "867ca139-e85d-47ab-b9b8-49391cd1a04d",
    "recording_id": "5891d344-7844-4475-bb49-7b98e3a40515",
    "artist": "The Belair Lip Bombs",
    "artist_ids": [
        "9f495346-8e2f-47b3-a4d9-883ba4311d64"
    ],
    "album": "Lush Life",
    "release_id": "7c640e52-20e8-421a-bce4-39efc4195c67",
    "release_group_id": "809ccd1d-19df-44f8-9d11-dafa43366a1b",
    "labels": [
        "Third Man Records",
        "Cousin Will Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde",
        "3876b3c4-c595-4bde-b18a-b171ee5a0a42"
    ],
    "release_date": "2023-08-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Melbourne: https://thebelairlipbombs.bandcamp.com/album/lush-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}