Information about plays

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

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

{
    "id": 3595959,
    "uri": "https://api.kexp.org/v2/plays/3595959/?format=api",
    "airdate": "2025-12-25T18:31:15-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Secret Santa",
    "track_id": "7a73990b-9dc5-4ba6-8b24-1cfc3c4e1ca7",
    "recording_id": "c3892d2a-9854-452b-9c93-a5b095c98b94",
    "artist": "Rosie Flores",
    "artist_ids": [
        "648ceff4-65f6-4f77-9976-889d04d2f617"
    ],
    "album": "Christmasville",
    "release_id": "b6f2ace8-d7da-4372-8889-92f03c21e057",
    "release_group_id": "202ce9b1-74db-4440-96c2-cd74e1e029be",
    "labels": [
        "Emergent Music"
    ],
    "label_ids": [
        "4643aa92-2c27-4964-a774-7e1313f9ff69"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}