Information about plays

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

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

{
    "id": 3596794,
    "uri": "https://api.kexp.org/v2/plays/3596794/?format=api",
    "airdate": "2025-12-27T17:56:02-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "https://ia801508.us.archive.org/22/items/mbid-84b2f80e-c0b9-48c9-8e07-4eb82a230336/mbid-84b2f80e-c0b9-48c9-8e07-4eb82a230336-5296229654_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/22/items/mbid-84b2f80e-c0b9-48c9-8e07-4eb82a230336/mbid-84b2f80e-c0b9-48c9-8e07-4eb82a230336-5296229654_thumb250.jpg",
    "song": "My Moon My Man (radio edit)",
    "track_id": "37726504-dc60-4cf4-8f1e-28bc3807b96e",
    "recording_id": "dd98386d-fefa-4759-984d-c6c22c51a4a2",
    "artist": "Feist",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "My Moon My Man",
    "release_id": "73f9101e-f64b-4563-982b-ce535983f6b4",
    "release_group_id": "22134e79-ab86-3bff-92b2-48d4dfbe63e1",
    "labels": [
        "Cherrytree Records"
    ],
    "label_ids": [
        "376d9b4d-8cdd-44be-bc0f-ed5dfd2d2340"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}