Information about plays

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

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

{
    "id": 3595673,
    "uri": "https://api.kexp.org/v2/plays/3595673/?format=api",
    "airdate": "2025-12-25T04:47:25-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6e616fd-b0c9-329d-8a7b-10a07f92b2a6/18773641045-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6e616fd-b0c9-329d-8a7b-10a07f92b2a6/18773641045-250.jpg",
    "song": "Santa Claus Is Coming to Town",
    "track_id": null,
    "recording_id": "46799bbc-0cdb-4a47-b359-533003eb05c3",
    "artist": "Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Christmas Album",
    "release_id": null,
    "release_group_id": "003d3be4-8f93-3914-85c2-d334870f58f9",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1970-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}