Information about plays

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

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

{
    "id": 3620652,
    "uri": "https://api.kexp.org/v2/plays/3620652/?format=api",
    "airdate": "2026-02-22T03:31:12-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Has Come to Crash",
    "track_id": "163bf7b5-c71d-4a79-9869-51eb9f2c8838",
    "recording_id": "7a076429-45e7-4faf-8143-4385c9564251",
    "artist": "Dewey",
    "artist_ids": [
        "b5b87350-6744-4468-981e-d3891ceca172"
    ],
    "album": "Summer on a Curb",
    "release_id": "c1ec0fff-0788-45c6-818e-37f1a0e081b7",
    "release_group_id": "c6f047d4-3908-4138-84f2-62ab2d3e54c3",
    "labels": [
        "Howlin Banana Records"
    ],
    "label_ids": [
        "c8cd10eb-980f-425f-8862-c4fafb754664"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}