Information about plays

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

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

{
    "id": 3595167,
    "uri": "https://api.kexp.org/v2/plays/3595167/?format=api",
    "airdate": "2025-12-24T02:37:44-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "https://ia601402.us.archive.org/29/items/mbid-936707a6-3095-38cb-9261-329e0e246fd4/mbid-936707a6-3095-38cb-9261-329e0e246fd4-28637558356_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/29/items/mbid-936707a6-3095-38cb-9261-329e0e246fd4/mbid-936707a6-3095-38cb-9261-329e0e246fd4-28637558356_thumb250.jpg",
    "song": "Holiday",
    "track_id": "54f6c56d-d83a-318d-9c40-fc1a08bd0a11",
    "recording_id": "5ddb8502-d282-4aed-8ed5-f6919fdeb3b0",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Contra",
    "release_id": "7bfdd471-4678-4aea-b1d1-94b96b6e1647",
    "release_group_id": "6799fd76-db3d-43bd-aa91-dffae5c4d65b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=vraoiVCDdaM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}