Information about plays

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

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

{
    "id": 3583103,
    "uri": "https://api.kexp.org/v2/plays/3583103/?format=api",
    "airdate": "2025-11-26T05:16:35-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come on in My Kitchen",
    "track_id": "4efdfdab-c1ef-3073-8738-eaad29a46bfc",
    "recording_id": "8f472f32-9936-4a6d-a9dd-c5e72aed9461",
    "artist": "Robert Johnson",
    "artist_ids": [
        "8a8bbba6-72f7-4900-a306-c40b94f2631b"
    ],
    "album": "Martin Scorsese Presents the Blues: Robert Johnson",
    "release_id": "551fdfe5-857f-3498-978c-e290ba7b3115",
    "release_group_id": "7a9fa896-9c1d-3a94-94f7-bc570ed58001",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnson recorded the song on November 23, 1936, at the Gunter Hotel in San Antonio, Texas – his first recording session.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}