Information about plays

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

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

{
    "id": 3500228,
    "uri": "https://api.kexp.org/v2/plays/3500228/?format=api",
    "airdate": "2025-05-12T01:16:41-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/eaabee96-fe3b-447d-a603-a0f1f36f0228/18429319273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eaabee96-fe3b-447d-a603-a0f1f36f0228/18429319273-250.jpg",
    "song": "Stormy",
    "track_id": null,
    "recording_id": "8d8500df-bb94-44a2-90cc-62418e57ac00",
    "artist": "Gábor Szabó",
    "artist_ids": [
        "ee69197a-ca57-42ba-bd23-93b756391a5d"
    ],
    "album": "Belsta River",
    "release_id": null,
    "release_group_id": "06c43a19-3e77-4cc8-8eda-37672835c185",
    "labels": [
        "Four Leaf Clover Records"
    ],
    "label_ids": [
        "3fd054d0-7921-4711-83d5-f0aa73cbcf62"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hungarian Gypsy guitarist Szabo's prolific career spans time and space, this is a tribute to his home town",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}