Information about plays

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

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

{
    "id": 3598007,
    "uri": "https://api.kexp.org/v2/plays/3598007/?format=api",
    "airdate": "2025-12-30T13:00:25-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Real",
    "track_id": "d90c9c4d-a3d5-47cc-9d5d-df22f1912c5a",
    "recording_id": "cdfb0a95-af42-4656-90da-e5bee8b5c977",
    "artist": "The Shacks",
    "artist_ids": [
        "7c8f7f42-158d-4685-afd7-8cce6ad71e26"
    ],
    "album": "Big Crown Vaults Vol. 2",
    "release_id": "271b9417-016c-4bb6-9e86-33abcfe3467b",
    "release_group_id": "62d07404-9a9e-4933-aa4f-fbb1d11584df",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Shacks are a duo from New York. Listen to more from the band here:\nhttps://theshacksband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}