Information about plays

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

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

{
    "id": 3640391,
    "uri": "https://api.kexp.org/v2/plays/3640391/?format=api",
    "airdate": "2026-04-10T18:11:51-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I DON'T KNOW YOU NOW",
    "track_id": "628373ff-349e-42fb-a282-c40f1cefb5d3",
    "recording_id": "a60366f4-0b4d-42b6-8063-d6478fabb1a0",
    "artist": "Alex Vile",
    "artist_ids": [
        "dbac274a-616c-4dcf-ab3a-9c24a6f2eb8a"
    ],
    "album": "I DON'T KNOW YOU NOW",
    "release_id": "2b3853e9-ded4-4bbd-8130-08b056aa72a0",
    "release_group_id": "7aca3eae-9123-4cbb-a3a0-f7115d4c01a3",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Timber Music Fest in Carnation next weekend! https://timbermusicfest.com/2025artists/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}