Information about plays

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

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

{
    "id": 3544383,
    "uri": "https://api.kexp.org/v2/plays/3544383/?format=api",
    "airdate": "2025-08-24T20:41:02-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bb64bc7-806c-43c7-b2ee-61f83a925976/29394413093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bb64bc7-806c-43c7-b2ee-61f83a925976/29394413093-250.jpg",
    "song": "Destination",
    "track_id": null,
    "recording_id": "f3c7873b-1526-44cb-9212-454abcdf83b1",
    "artist": "The Warriors",
    "artist_ids": [
        "2a761664-2753-434b-8a79-33615ab0f98c"
    ],
    "album": "Backstreet Brit Funk: Compiled by Joey Negro",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though The Warriors originally released \"Destination\" in 1982 on their album Behind The Mask, you can find the track on the 2010 compilation album Backstreet Brit Funk: Compiled by Joey Negro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}