Information about plays

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

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

{
    "id": 3439498,
    "uri": "https://api.kexp.org/v2/plays/3439498/?format=api",
    "airdate": "2024-12-18T03:36:26-08:00",
    "show": 62139,
    "show_uri": "https://api.kexp.org/v2/shows/62139/?format=api",
    "image_uri": "https://ia902307.us.archive.org/9/items/mbid-9f6e3914-3037-4048-ba7c-7e901d29cf64/mbid-9f6e3914-3037-4048-ba7c-7e901d29cf64-38960374136_thumb500.jpg",
    "thumbnail_uri": "https://ia902307.us.archive.org/9/items/mbid-9f6e3914-3037-4048-ba7c-7e901d29cf64/mbid-9f6e3914-3037-4048-ba7c-7e901d29cf64-38960374136_thumb250.jpg",
    "song": "Kumar",
    "track_id": "c5a3055b-4899-472c-9b4e-79fe2ea4e0cd",
    "recording_id": "ce226c86-9adc-4160-9347-25fde8acefea",
    "artist": "High Fruit",
    "artist_ids": [
        "6a4a0c1f-2036-4f33-ae1a-b8a5abacfec1"
    ],
    "album": "Kumar",
    "release_id": "9f6e3914-3037-4048-ba7c-7e901d29cf64",
    "release_group_id": "4e393600-0067-4084-80d4-ebded37c62b5",
    "labels": [
        "Live Animal"
    ],
    "label_ids": [
        "2c4952bf-3e46-4250-863d-ed410a44c447"
    ],
    "release_date": "2024-05-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Seattle! and on my top ten of 2024 https://www.kexp.org/read/2024/12/11/kexp-djs-top-albums-of-2024/ https://www.youtube.com/watch?v=MZ8Wa3-7nSU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}