Information about plays

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

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

{
    "id": 3422467,
    "uri": "https://api.kexp.org/v2/plays/3422467/?format=api",
    "airdate": "2024-11-07T10:24:57-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia800506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb250.jpg",
    "song": "Case Of The Bastards",
    "track_id": "44aa9966-600f-4b21-96c9-9caaf6532171",
    "recording_id": "ecef3e35-2ab0-43e4-b9a7-d65eb312e9d9",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "Shine Away",
    "release_id": "f85cb931-3091-4982-af99-dbe41efb1149",
    "release_group_id": "97c3ea2a-a042-4534-969f-9c164fc986c0",
    "labels": [
        "DevilDuck Records"
    ],
    "label_ids": [
        "b3446a32-c5be-4c80-9b60-81a4fa610846"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Naked Giants will be in the PNW:\n- TONIGHT at The Crocodile in Seattle; \n- Thursday, November 14th at Fox Cabaret in Vancouver, BC\n- Friday, November 22 at Mississippi Studios in Portland, OR\n\nhttps://www.nakedgiants.com/tour\n\nhttps://nakedgiants.bandcamp.com/album/shine-away",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}