Information about plays

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

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

{
    "id": 3415029,
    "uri": "https://api.kexp.org/v2/plays/3415029/?format=api",
    "airdate": "2024-10-20T09:10:34-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old TV",
    "track_id": null,
    "recording_id": "9735ae17-bec7-4cde-8024-c5d83460d4cd",
    "artist": "Dean Johnson",
    "artist_ids": [
        "072a1c1a-08a1-4bee-8ff2-94d047b50f37"
    ],
    "album": "Nothing for Me, Please",
    "release_id": null,
    "release_group_id": "ab8c3f16-657e-4d39-9184-74ba1486a5c2",
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2023-05-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of The Roadhouse’s Top 10 albums of 2023 from a beloved local musician.\n\nhttps://deanjohnsongs.bandcamp.com/album/nothing-for-me-please",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}