Information about plays

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

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

{
    "id": 3500237,
    "uri": "https://api.kexp.org/v2/plays/3500237/?format=api",
    "airdate": "2025-05-12T01:53:16-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f2069e3-9775-4fc7-b74f-41c739905d35/36035135722-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f2069e3-9775-4fc7-b74f-41c739905d35/36035135722-250.jpg",
    "song": "Star Eyes",
    "track_id": null,
    "recording_id": "c3ef1fc7-f47f-433a-991d-77f21c4c4a28",
    "artist": "Tina Brooks",
    "artist_ids": [
        "aa0bb932-b375-4250-b563-1ab3c9bf72fd"
    ],
    "album": "Minor Move",
    "release_id": null,
    "release_group_id": "31e69fcd-6ff1-3a2f-b16b-390dd71429e5",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulful Tenor saxophonist Tina Brooks often overlooked in the catalog, lovely session with Sonny Clark, Doug Watkins, Art Blakey and Lee Morgan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}