Information about plays

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

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

{
    "id": 3593837,
    "uri": "https://api.kexp.org/v2/plays/3593837/?format=api",
    "airdate": "2025-12-21T05:53:57-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Aeroplane Over the Sea",
    "track_id": "bba35d9c-fb99-3cfb-b931-2166fb11565d",
    "recording_id": "92e8f3c9-ec04-42d6-8f2b-c3d7fc4f65c2",
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "In the Aeroplane Over the Sea",
    "release_id": "023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e",
    "release_group_id": "8f310800-045b-3e12-8268-50b3d33a2267",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}