Information about plays

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

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

{
    "id": 3421711,
    "uri": "https://api.kexp.org/v2/plays/3421711/?format=api",
    "airdate": "2024-11-05T11:52:42-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia802209.us.archive.org/19/items/mbid-08a62e01-a89f-432c-ba97-89efeea39dac/mbid-08a62e01-a89f-432c-ba97-89efeea39dac-7263677637_thumb500.jpg",
    "thumbnail_uri": "https://ia802209.us.archive.org/19/items/mbid-08a62e01-a89f-432c-ba97-89efeea39dac/mbid-08a62e01-a89f-432c-ba97-89efeea39dac-7263677637_thumb250.jpg",
    "song": "Hey Now Now",
    "track_id": "d1fccc5a-2cc5-3b8d-8186-4bc61e777379",
    "recording_id": "974ca695-bd98-4403-984b-b978b32c5ffd",
    "artist": "Michael Franti & Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Yell Fire!",
    "release_id": "08a62e01-a89f-432c-ba97-89efeea39dac",
    "release_group_id": "89947f44-eaa3-391a-83de-85c80b366f25",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kelsey and Jeni...\n---\n\"Don't tell the DJ got to turn it low\nWe keep on rocking to the early mornin'\nI say hey, now now...\"\nWant to know what they're singing?: https://genius.com/Michael-franti-hey-now-now-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}