Information about plays

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

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

{
    "id": 3520157,
    "uri": "https://api.kexp.org/v2/plays/3520157/?format=api",
    "airdate": "2025-06-28T22:44:08-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/d15d565e-de9f-4206-9ea3-b05144f78caf/20022230759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d15d565e-de9f-4206-9ea3-b05144f78caf/20022230759-250.jpg",
    "song": "Closer to Fine",
    "track_id": null,
    "recording_id": "2ef4985b-59f7-4d8f-bda5-0579ee61f6b9",
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "You Can Feel the Love in This Room",
    "release_id": null,
    "release_group_id": "42a749ec-4108-32d5-ade2-6ef5fedb4b87",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1994-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Indigo Girls cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}