Information about plays

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

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

{
    "id": 3422092,
    "uri": "https://api.kexp.org/v2/plays/3422092/?format=api",
    "airdate": "2024-11-06T12:21:06-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia903008.us.archive.org/28/items/mbid-c7f170ef-5b55-4711-8820-48dac859f5e2/mbid-c7f170ef-5b55-4711-8820-48dac859f5e2-5105968554_thumb500.jpg",
    "thumbnail_uri": "https://ia803008.us.archive.org/28/items/mbid-c7f170ef-5b55-4711-8820-48dac859f5e2/mbid-c7f170ef-5b55-4711-8820-48dac859f5e2-5105968554_thumb250.jpg",
    "song": "Breathe",
    "track_id": "0bbc0727-552d-3731-9da3-3f22b1a050c0",
    "recording_id": "15b5049c-5cc4-476f-b11f-062c5a815557",
    "artist": "Alexi Murdoch",
    "artist_ids": [
        "750e9439-2e5d-4afd-92cc-d23183cd7606"
    ],
    "album": "Time Without Consequence",
    "release_id": "c7f170ef-5b55-4711-8820-48dac859f5e2",
    "release_group_id": "d0b08b65-a410-3953-b563-8ab521f8ab4d",
    "labels": [
        "Zero Summer Records"
    ],
    "label_ids": [
        "638e2cfc-0580-42c2-9433-76be03b8ff46"
    ],
    "release_date": "2006-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Keep your head above water // But don't forget to breathe...\"\nAlexi Murdoch is a British singer-songwriter, he's released to EP's and two LP's since he began releasing music in 2002.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}