Information about plays

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

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

{
    "id": 3611044,
    "uri": "https://api.kexp.org/v2/plays/3611044/?format=api",
    "airdate": "2026-01-30T12:59:55-08:00",
    "show": 65793,
    "show_uri": "https://api.kexp.org/v2/shows/65793/?format=api",
    "image_uri": "https://ia803201.us.archive.org/27/items/mbid-2d4b104a-f2c3-49b0-93a8-98142eae8891/mbid-2d4b104a-f2c3-49b0-93a8-98142eae8891-32035242767_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-2d4b104a-f2c3-49b0-93a8-98142eae8891/mbid-2d4b104a-f2c3-49b0-93a8-98142eae8891-32035242767_thumb250.jpg",
    "song": "Evil People",
    "track_id": "362debc9-0a22-4c5f-854b-11134ecdf817",
    "recording_id": "b1c11162-a2b8-40c6-bd66-6842c5260115",
    "artist": "Femi Kuti",
    "artist_ids": [
        "702d2b90-eef0-4354-b2c4-6366eba92b7f"
    ],
    "album": "One People One World",
    "release_id": "4c279060-e403-4d1e-963c-53e08178389e",
    "release_group_id": "6300e081-54d4-4ce6-8bfa-b253f1a9f864",
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}