Information about plays

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

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

{
    "id": 3564788,
    "uri": "https://api.kexp.org/v2/plays/3564788/?format=api",
    "airdate": "2025-10-14T02:05:56-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia600501.us.archive.org/2/items/mbid-09cb56e2-082e-4f66-b912-b2c36b666c5a/mbid-09cb56e2-082e-4f66-b912-b2c36b666c5a-14709330671_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/2/items/mbid-09cb56e2-082e-4f66-b912-b2c36b666c5a/mbid-09cb56e2-082e-4f66-b912-b2c36b666c5a-14709330671_thumb250.jpg",
    "song": "Open Your Eyes",
    "track_id": "e4b29460-9d02-4bfe-835d-f5a0b15ba3ca",
    "recording_id": "c54598fe-177f-4c3e-9281-3cec3daa06db",
    "artist": "The Lords of the New Church",
    "artist_ids": [
        "6b1614f1-8aec-49b7-868a-9167d9b14767"
    ],
    "album": "Lords of the New Church",
    "release_id": "09cb56e2-082e-4f66-b912-b2c36b666c5a",
    "release_group_id": "6d8f861f-81f0-3783-8d2f-c17cf560da27",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}