Information about plays

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

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

{
    "id": 3549731,
    "uri": "https://api.kexp.org/v2/plays/3549731/?format=api",
    "airdate": "2025-09-06T19:53:18-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b32b0ef-4ee9-46fc-9758-2023772d813d/41579919543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b32b0ef-4ee9-46fc-9758-2023772d813d/41579919543-250.jpg",
    "song": "Inner City Blues (Make Me Wanna Holler)",
    "track_id": null,
    "recording_id": "3a9a1278-cc8c-4c7b-92a2-e07f2fcbeb87",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Marvin Gaye Live!",
    "release_id": null,
    "release_group_id": "c679a839-038e-486c-92f3-03431d926095",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The legend playing one of his seminal classics in Oakland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}