Information about plays

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

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

{
    "id": 3594405,
    "uri": "https://api.kexp.org/v2/plays/3594405/?format=api",
    "airdate": "2025-12-22T09:12:56-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Music",
    "track_id": "fd3a346e-bc55-315b-b0f8-6b6016d4ed41",
    "recording_id": "662eef72-f432-4712-8cad-efe4e33c33f0",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up (1981–1993)",
    "release_id": "72995c3c-db08-4a2d-8823-f5d718b78c3d",
    "release_group_id": "c03aba2b-48ad-384b-b48a-de669eeffde7",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://violentfemmes.bandcamp.com/album/add-it-up-1981-1993\n\nMilwaukee band Violent Femmes released \"American Music\" on their 1991 Why Do Birds Sing? album. This track was also the debut single for the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}