Information about plays

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

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

{
    "id": 3638279,
    "uri": "https://api.kexp.org/v2/plays/3638279/?format=api",
    "airdate": "2026-04-05T17:12:32-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Change Is Gonna Come",
    "track_id": "ca386fbf-9e3e-32cb-8ea9-ad0f477081e5",
    "recording_id": "2f82aad5-728a-4094-b266-a201e065390d",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Ain’t That Good News",
    "release_id": "e3038485-8585-4169-9060-916ee5611d74",
    "release_group_id": "9e46abfc-1267-350f-b2d3-600ec3fc7d85",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sam Cooke wrote the civil rights anthem “A Change Is Gonna Come” after encountering racial discrimination while on tour in Shreveport. Here's the story behind this song: https://64parishes.org/entry/a-change-is-gonna-come.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}