Information about plays

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

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

{
    "id": 3410026,
    "uri": "https://api.kexp.org/v2/plays/3410026/?format=api",
    "airdate": "2024-10-08T13:01:12-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiny Tears",
    "track_id": "42ebe5e6-27df-4882-a2d9-42371c3c8acd",
    "recording_id": "6da72feb-ee1f-4c82-8f88-242631b7c2eb",
    "artist": "Iguana Death Cult",
    "artist_ids": [
        "4b253e1e-2e12-4013-b566-d41ab99753fb"
    ],
    "album": "Tiny Tears",
    "release_id": "77588f0a-ea76-4ac3-b80b-626049c12f54",
    "release_group_id": "c7a68b68-9e9c-47f2-a2e8-2d4aaa953ec6",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2024-09-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iguana Death Cult is on tour and will be in Seattle November 7th! Check out to see if they'll be performing in a city near you, here:\nhttps://iguanadeathcult.com/live/\n---\nCheck out this full performance form Iguana Death Cult, Live on KEXP, recorded September, 2023, enjoy:\nhttps://www.youtube.com/watch?v=aSQ-cVjY920\n---\nhttps://iguanadeathcult.bandcamp.com/album/tiny-tears-pacino-in-heat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}