Information about plays

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

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

{
    "id": 3620212,
    "uri": "https://api.kexp.org/v2/plays/3620212/?format=api",
    "airdate": "2026-02-21T06:15:14-08:00",
    "show": 65990,
    "show_uri": "https://api.kexp.org/v2/shows/65990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mushaboom",
    "track_id": "3a63e11d-9434-3a5a-afcb-38d253bcc50b",
    "recording_id": "482907c9-430c-4ded-8ba6-9b4327f01ca5",
    "artist": "Feist",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "Let It Die",
    "release_id": "4aa7f49b-ae0a-3dc9-a4a2-59ccdf8bc346",
    "release_group_id": "7755a010-37a4-3ff6-8640-e4f33b0786b0",
    "labels": [
        "Cherrytree Records"
    ],
    "label_ids": [
        "376d9b4d-8cdd-44be-bc0f-ed5dfd2d2340"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}