Information about plays

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

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

{
    "id": 3596168,
    "uri": "https://api.kexp.org/v2/plays/3596168/?format=api",
    "airdate": "2025-12-26T07:10:52-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When You Find Out",
    "track_id": "aef57bd4-ea9b-3553-a154-f3e10b515d0b",
    "recording_id": "62a100ff-5e7c-4903-814b-b5f1f527167b",
    "artist": "The Nerves",
    "artist_ids": [
        "560b9e8a-7387-49ff-8b15-e17e3ffd8502"
    ],
    "album": "D.I.Y.: Come Out and Play: American Power Pop I (1975–1978)",
    "release_id": "72e8f50f-5f9c-44be-a7db-27a55dc7307e",
    "release_group_id": "4f41878d-b4a9-322c-8a87-d6a16a5eb175",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.cptproton.com/index.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}