Information about plays

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

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

{
    "id": 3416195,
    "uri": "https://api.kexp.org/v2/plays/3416195/?format=api",
    "airdate": "2024-10-23T05:57:33-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kim the Waitress",
    "track_id": "853b3752-2381-324c-a0bc-731ee8e2a380",
    "recording_id": "6a2322cc-5e24-43fe-8b72-f100cc8a418c",
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "Indian Winter",
    "release_id": "dfae0038-977f-4417-bf57-acaa45c09fe2",
    "release_group_id": "02474788-4a55-3a70-ac96-591102c38779",
    "labels": [
        "Get Hip Recordings"
    ],
    "label_ids": [
        "039cb818-3dbd-40ef-9192-162ee53f0d40"
    ],
    "release_date": "1997-10-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Seattle in 1984, you can find The Green Pajamas albums on local label Green Monkey Records at Bandcamp here: \n\nhttps://greenmonkeyrecords.bandcamp.com/ \n\nKim was a waitress at an all night diner called Mr. Ed's Coffee Shop in West Seattle where the band used to hang out back in the summer of 1984. \n\nhttps://www.angelfire.com/poetry/greenpajamas/ABC/The_Story_Of_Kim_The_Waitress.html\n\nThis track was covered by Material Issue in 1994.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}