Information about plays

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

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

{
    "id": 3437268,
    "uri": "https://api.kexp.org/v2/plays/3437268/?format=api",
    "airdate": "2024-12-12T18:45:58-08:00",
    "show": 62091,
    "show_uri": "https://api.kexp.org/v2/shows/62091/?format=api",
    "image_uri": "https://ia801806.us.archive.org/21/items/mbid-49c0b2e7-28f1-4ae6-84f3-9dcceb99fc77/mbid-49c0b2e7-28f1-4ae6-84f3-9dcceb99fc77-40625282932_thumb500.jpg",
    "thumbnail_uri": "https://ia801806.us.archive.org/21/items/mbid-49c0b2e7-28f1-4ae6-84f3-9dcceb99fc77/mbid-49c0b2e7-28f1-4ae6-84f3-9dcceb99fc77-40625282932_thumb250.jpg",
    "song": "Digital Gravestone",
    "track_id": "b9ed9901-ffa1-4b7d-8a59-9e19ca69a980",
    "recording_id": "b919dae9-b958-4f7b-b6d8-a771e354d194",
    "artist": "Deradoorian",
    "artist_ids": [
        "d609e858-c033-4cfb-8441-6736e23b291c"
    ],
    "album": "Digital Gravestone",
    "release_id": "49c0b2e7-28f1-4ae6-84f3-9dcceb99fc77",
    "release_group_id": "8053bd90-db0a-4764-a71f-45b6205feca4",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2024-12-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from NYC based art pop musician Angel Deradoorian in preparation for her fourth album, expected to be released with Fire records this spring!\nhttps://deradoorian.bandcamp.com/track/digital-gravestone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}