Information about plays

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

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

{
    "id": 3410029,
    "uri": "https://api.kexp.org/v2/plays/3410029/?format=api",
    "airdate": "2024-10-08T13:10:55-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty Girls",
    "track_id": "0785fc5a-db65-4ed8-ae20-0c400e86f630",
    "recording_id": "b366cb73-c0ee-4bea-ac6c-7d6707b4c45d",
    "artist": "Honeyglaze",
    "artist_ids": [
        "6a04ab15-ef22-4408-844f-5bf1d54dd2cb"
    ],
    "album": "Real Deal",
    "release_id": "c143571b-10e8-40de-b1a0-9635cae0078c",
    "release_group_id": "c847ed50-b300-4575-9b65-ae6d853cb049",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From South London trio Honeyglaze's debut album, 'Real Deal'!\n\nYou can check out more from the album here: https://honeyglazehoneyglaze.bandcamp.com/album/real-deal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}