Information about plays

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

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

{
    "id": 3354118,
    "uri": "https://api.kexp.org/v2/plays/3354118/?format=api",
    "airdate": "2024-05-28T11:11:51-07:00",
    "show": 60336,
    "show_uri": "https://api.kexp.org/v2/shows/60336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me About It",
    "track_id": "ffbe443f-4199-4caa-9f29-3c0a04502fae",
    "recording_id": "434f3866-3052-4863-ad32-efe11fc1544a",
    "artist": "Whitelands feat. Dottie",
    "artist_ids": [
        "51107035-3471-449f-ad3c-f8a5f535239d",
        "bf1229ab-8e20-43e2-be66-153b824e0e93",
        "e451a47e-1c53-40d4-9a90-450a248b8825"
    ],
    "album": "Night - Bound Eyes Are Blind to the Day",
    "release_id": "e396d79d-065c-49df-9cd8-32c40e440479",
    "release_group_id": "f331d884-b399-4a36-b284-f569091701e7",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London-based Black British shoegaze band Whitelands released the single, ‘Tell Me About It’. from their debut album, \"Night-bound Eyes Are Blind To The Day.\": https://getinherears.com/2024/01/15/new-track-whitelands-ft-dottie-tell-me-about-it/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}