Information about plays

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

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

{
    "id": 3605368,
    "uri": "https://api.kexp.org/v2/plays/3605368/?format=api",
    "airdate": "2026-01-17T05:18:51-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walking Lightly",
    "track_id": "a8f58b6f-ec66-3cc4-b5d3-a1f0988f46a4",
    "recording_id": "b6b29119-6de5-40c8-bc84-550b8f41f360",
    "artist": "Junip",
    "artist_ids": [
        "fb2df245-81b0-4a2b-9d01-e0955ba68be7"
    ],
    "album": "Junip",
    "release_id": "dc31a58d-d5d8-4e6f-9383-899a54255e1b",
    "release_group_id": "ca788588-76a2-4a79-be4b-68f2550db4a2",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2013-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from the Swedish duo of José González and Tobias Winterkorn.\n\nhttps://junipjunip.bandcamp.com/album/junip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}