Information about plays

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

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

{
    "id": 3428137,
    "uri": "https://api.kexp.org/v2/plays/3428137/?format=api",
    "airdate": "2024-11-21T05:35:41-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia802207.us.archive.org/30/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb500.jpg",
    "thumbnail_uri": "https://ia902207.us.archive.org/30/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb250.jpg",
    "song": "Cowboy Dan",
    "track_id": "56185574-a3bb-352a-ad9a-db9aadcd1606",
    "recording_id": "7f62164a-6d43-4b57-ab65-5b10f4f71513",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Lonesome Crowded West",
    "release_id": "2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f",
    "release_group_id": "041884b1-1ac5-3c8b-93cc-ac928c78c4a0",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On 11/18/1997 (27 years ago) Modest Mouse released \"The Lonesome Crowded West. \"The two towers pictured on the album's cover are The Westin Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}