Information about plays

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

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

{
    "id": 3539112,
    "uri": "https://api.kexp.org/v2/plays/3539112/?format=api",
    "airdate": "2025-08-12T09:46:56-07:00",
    "show": 64269,
    "show_uri": "https://api.kexp.org/v2/shows/64269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Shut Your Mouth",
    "track_id": "32e6e815-19e0-33e5-ad78-0bc1c4d26381",
    "recording_id": "e2a15cff-bd69-4577-9c0e-1f0843d3c645",
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "Beautiful Love / The Best of Julian Cope",
    "release_id": "d17cf762-b3f0-448f-937b-d2faa4aacd9e",
    "release_group_id": "bcc67c38-33c2-436b-8bcc-50691efd843b",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "World Shut Your Mouth is the debut solo album by Julian Cope, released on 17 February 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}