Information about plays

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

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

{
    "id": 3416180,
    "uri": "https://api.kexp.org/v2/plays/3416180/?format=api",
    "airdate": "2024-10-23T05:06:00-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Space and Time",
    "track_id": "272b3432-4942-4189-8bf0-1ba0a181b201",
    "recording_id": "4bf07c79-8470-4ebc-9221-4f030b09e107",
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "My Echo",
    "release_id": "a3d9a9aa-3494-44f6-a23e-dbbfc816e3df",
    "release_group_id": "b1db7337-f079-4c02-b53e-2d1935392428",
    "labels": [
        "Raven Marching Band Records"
    ],
    "label_ids": [
        "ef466b00-7e71-493b-b062-f9c0e34a8b16"
    ],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Laura Veirs releases “My Echo” on this day in 2020.\n\nHailing from Portland, Laura is \"known for her folk/alternative country records and live performances as well as her collaboration with Neko Case and k.d. lang on the case/lang/veirs project. Veirs has written a children's book and hosts a podcast about parenting and performing.\"\nhttps://www.lauraveirs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}