Information about plays

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

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

{
    "id": 3521797,
    "uri": "https://api.kexp.org/v2/plays/3521797/?format=api",
    "airdate": "2025-07-02T19:21:29-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://ia903407.us.archive.org/33/items/mbid-4d3fd06b-836c-4c7b-9121-ca36cf07d62e/mbid-4d3fd06b-836c-4c7b-9121-ca36cf07d62e-21926638503_thumb500.jpg",
    "thumbnail_uri": "https://ia903407.us.archive.org/33/items/mbid-4d3fd06b-836c-4c7b-9121-ca36cf07d62e/mbid-4d3fd06b-836c-4c7b-9121-ca36cf07d62e-21926638503_thumb250.jpg",
    "song": "Green Blood",
    "track_id": "1bde795e-5805-4333-a636-6f539eebe453",
    "recording_id": "bb495269-92d8-4bd5-bd55-08647c4c7618",
    "artist": "Sonny & The Sunsets",
    "artist_ids": [
        "c0598d2a-803b-4950-9336-a8155d418561"
    ],
    "album": "Antenna to the Afterworld",
    "release_id": "4d3fd06b-836c-4c7b-9121-ca36cf07d62e",
    "release_group_id": "6fcab8b8-2b9a-4ceb-b37e-4a9eac79a515",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2013-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonny & The Sunsets - green blood music video - \nhttps://www.youtube.com/watch?v=5i5zO7aXiFA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}