Information about plays

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

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

{
    "id": 3584957,
    "uri": "https://api.kexp.org/v2/plays/3584957/?format=api",
    "airdate": "2025-11-30T10:28:24-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song to Woody",
    "track_id": null,
    "recording_id": "300ecce8-94d3-4394-9e0b-d02efbb0b1f7",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Bob Dylan",
    "release_id": null,
    "release_group_id": "6ac612a5-e815-3fed-b341-8b3faa351df4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1962-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written after a 19-year-old Dylan travelled to New York to try and meet Woodie Guthrie. After months of failing to find him, he finally met Guthrie in New Jersey and sang a few songs for him, eventually inspiring 'Song to Woody'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}