Information about plays

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

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

{
    "id": 3595835,
    "uri": "https://api.kexp.org/v2/plays/3595835/?format=api",
    "airdate": "2025-12-25T12:03:50-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hate Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Oscar the Grouch",
    "artist_ids": [
        "0d6502b6-dd25-407a-b6ab-f0b1b596861e"
    ],
    "album": "A Sesame Street Christmas",
    "release_id": null,
    "release_group_id": "4d1eb940-1d63-3b84-970a-503ee8a6cf5f",
    "labels": [
        "Sony Wonder"
    ],
    "label_ids": [
        "24681a1b-c1ec-4f0b-b800-36d5b3814740"
    ],
    "release_date": "1996-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}