Information about plays

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

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

{
    "id": 3549494,
    "uri": "https://api.kexp.org/v2/plays/3549494/?format=api",
    "airdate": "2025-09-06T04:03:18-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia802800.us.archive.org/26/items/mbid-2e62c5fd-c316-4a5f-b5e1-2e4dc470c368/mbid-2e62c5fd-c316-4a5f-b5e1-2e4dc470c368-20666217590_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/26/items/mbid-2e62c5fd-c316-4a5f-b5e1-2e4dc470c368/mbid-2e62c5fd-c316-4a5f-b5e1-2e4dc470c368-20666217590_thumb250.jpg",
    "song": "Ploughshares Into Guns",
    "track_id": "ec8818d2-1d70-33a9-8ef3-0460bbf12dad",
    "recording_id": "1078b819-f43c-41c7-8097-f210e8b6be53",
    "artist": "The Toasters",
    "artist_ids": [
        "f5d56157-c5fe-490f-bf91-8d200e7f9b5f"
    ],
    "album": "New York Fever",
    "release_id": "ab0c8265-e884-4343-be47-172732cc575f",
    "release_group_id": "f3e6e528-b50d-380c-9b40-754eb7f9ded3",
    "labels": [
        "Moon Ska Records"
    ],
    "label_ids": [
        "6d46f7df-3360-4d74-83f1-e164ebdd5ada"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}