Information about plays

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

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

{
    "id": 3410094,
    "uri": "https://api.kexp.org/v2/plays/3410094/?format=api",
    "airdate": "2024-10-08T15:59:05-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia601902.us.archive.org/17/items/mbid-1d27ee2c-3ada-47a6-807d-4b6b55520cac/mbid-1d27ee2c-3ada-47a6-807d-4b6b55520cac-39967106162_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/17/items/mbid-1d27ee2c-3ada-47a6-807d-4b6b55520cac/mbid-1d27ee2c-3ada-47a6-807d-4b6b55520cac-39967106162_thumb250.jpg",
    "song": "Never Thought",
    "track_id": "30fcdb4e-8d0f-443c-a244-fc19925f5f72",
    "recording_id": "7c34d841-8bbf-495c-9fc1-88154431b860",
    "artist": "Meagre Martin",
    "artist_ids": [
        "d201403e-d0ab-4223-b623-6686135a21ed"
    ],
    "album": "Never Thought",
    "release_id": "1d27ee2c-3ada-47a6-807d-4b6b55520cac",
    "release_group_id": "fcd6fb2c-09e3-417d-b2ce-6952dfff790d",
    "labels": [
        "Mansions and Millions"
    ],
    "label_ids": [
        "5001c4af-6add-4516-b1e0-4e1b5d15cb03"
    ],
    "release_date": "2024-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this article about the Berlin based trio, Meagre Martin here, enjoy:\nhttps://fortherabbits.net/2023/07/06/meagre-martin-in-their-own-words/\n---\nhttps://meagremartin.bandcamp.com/track/never-thought",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}