Information about plays

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

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

{
    "id": 3519808,
    "uri": "https://api.kexp.org/v2/plays/3519808/?format=api",
    "airdate": "2025-06-28T05:09:26-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia801201.us.archive.org/10/items/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad-11379976443_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/10/items/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad-11379976443_thumb250.jpg",
    "song": "Congratulations",
    "track_id": "a556b73f-f529-3b8e-8e17-2f465bdea4bf",
    "recording_id": "ef5ac1ec-7038-462b-a67c-5bb94c84edce",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Congratulations",
    "release_id": "3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad",
    "release_group_id": "8a10ef49-ad7c-404c-9937-6727ee3a401e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}