Information about plays

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

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

{
    "id": 3428654,
    "uri": "https://api.kexp.org/v2/plays/3428654/?format=api",
    "airdate": "2024-11-22T12:48:28-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia601002.us.archive.org/27/items/mbid-d3964786-2ff4-3926-ab87-e05e52b103ed/mbid-d3964786-2ff4-3926-ab87-e05e52b103ed-23407263634_thumb500.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/27/items/mbid-d3964786-2ff4-3926-ab87-e05e52b103ed/mbid-d3964786-2ff4-3926-ab87-e05e52b103ed-23407263634_thumb250.jpg",
    "song": "The Modern Dance",
    "track_id": "589a0184-05d1-3dc6-891f-07f462a75a73",
    "recording_id": "62b21d47-9f37-4c9f-92fb-313f46f3eede",
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "The Modern Dance",
    "release_id": "d3964786-2ff4-3926-ab87-e05e52b103ed",
    "release_group_id": "565f5d6b-f487-39ef-a29e-23638b523c6f",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1998-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about this pioneering band from KEXP's 'Review Revue: Pere Ubu - 'Cloudland'', which breaks down the Cleveland band's second album released after their 1988 reformation: http://bit.ly/3a0hqro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}