Information about plays

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

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

{
    "id": 3411011,
    "uri": "https://api.kexp.org/v2/plays/3411011/?format=api",
    "airdate": "2024-10-10T19:35:34-07:00",
    "show": 61540,
    "show_uri": "https://api.kexp.org/v2/shows/61540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy World",
    "track_id": null,
    "recording_id": null,
    "artist": "구남과여라이딩스텔라",
    "artist_ids": [
        "2373e63a-f5dc-414f-8614-a3c5c3b06fff"
    ],
    "album": "1969",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For a band that’s been around for almost two decades, Goonamguayeoridingstella has been rocking the Korean indie scene. They're latest album, 1969, was recorded at local club Channel 1969 in Korea and captures the spirit of its thriving arts scene.\n\nhttps://www.youtube.com/watch?v=JaAgYvif5EQ&t=3s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}