Information about plays

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

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

{
    "id": 3343729,
    "uri": "https://api.kexp.org/v2/plays/3343729/?format=api",
    "airdate": "2024-05-04T13:01:42-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia803402.us.archive.org/33/items/mbid-ea2125da-74d7-4c3a-b373-a2ccbb55e9c6/mbid-ea2125da-74d7-4c3a-b373-a2ccbb55e9c6-29003252781_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/33/items/mbid-ea2125da-74d7-4c3a-b373-a2ccbb55e9c6/mbid-ea2125da-74d7-4c3a-b373-a2ccbb55e9c6-29003252781_thumb250.jpg",
    "song": "Long Legged Larry",
    "track_id": "b1e1ce58-ffb8-43f8-be5b-70106a2eb481",
    "recording_id": "20265197-af54-4718-9707-e46eaab2126f",
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "Long Legged Larry",
    "release_id": "ea2125da-74d7-4c3a-b373-a2ccbb55e9c6",
    "release_group_id": "2a48fc4d-2635-4b70-9d7e-fe9a4ee682cc",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2021-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "🐸 Aesop Rock's “Long Legged Larry” is a story-song about a bearded bullfrog superhero. \"Go Larry, go Larry, go go go Larry\"\nhttps://aesoprock.com/\n\nAesop Rock teamed up with artist Jeremy Fish to make a video with visionary director Rob Shaw.\n Here's the official video: https://www.youtube.com/watch?v=us3pCHd8PLs",
    "play_type": "trackplay"
}