Information about plays

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

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

{
    "id": 3603933,
    "uri": "https://api.kexp.org/v2/plays/3603933/?format=api",
    "airdate": "2026-01-13T17:36:50-08:00",
    "show": 65642,
    "show_uri": "https://api.kexp.org/v2/shows/65642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Belong in Your Arms",
    "track_id": "4662ffcc-9c9f-32df-be6d-eec76b20ff3c",
    "recording_id": "1f31228a-18ff-4628-b5e0-fcce529d6263",
    "artist": "Chairlift",
    "artist_ids": [
        "a3cd61ef-7fd4-44af-a27f-99641a82b22b"
    ],
    "album": "Something",
    "release_id": "04d82203-ad2c-42b8-b163-a340371f495d",
    "release_group_id": "53d2ea84-e9a9-412a-a0ae-c834de2bcdbd",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2012-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chairlift frontwoman Caroline Polachek spent part of her childhood in Tokyo and the duo released a Japanese-language version of this track, and Caroline co-directed the animated vaporwave video and it is A M A Z I N G - https://youtu.be/6RRc0T3l1Co",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}