Information about plays

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

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

{
    "id": 3617705,
    "uri": "https://api.kexp.org/v2/plays/3617705/?format=api",
    "airdate": "2026-02-15T04:22:47-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Straight Outta Compton",
    "track_id": "5d9a13e1-d52b-405f-b2ff-dcfe5bd2a035",
    "recording_id": "179e7031-0c6c-498b-beb1-c9b27be9fb0c",
    "artist": "N.W.A",
    "artist_ids": [
        "3a54bffa-2314-44a2-927b-60144119c780"
    ],
    "album": "Straight Outta Compton",
    "release_id": "c9f286ba-092d-4191-a11c-da849edf6876",
    "release_group_id": "fed1608d-80b7-38d2-aeb8-c6357f0d4c23",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}