Information about plays

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

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

{
    "id": 3530722,
    "uri": "https://api.kexp.org/v2/plays/3530722/?format=api",
    "airdate": "2025-07-23T11:23:37-07:00",
    "show": 64091,
    "show_uri": "https://api.kexp.org/v2/shows/64091/?format=api",
    "image_uri": "https://ia904609.us.archive.org/30/items/mbid-ea2d8aef-e962-4294-88db-61ee0a6e270c/mbid-ea2d8aef-e962-4294-88db-61ee0a6e270c-17460103949_thumb500.jpg",
    "thumbnail_uri": "https://ia904609.us.archive.org/30/items/mbid-ea2d8aef-e962-4294-88db-61ee0a6e270c/mbid-ea2d8aef-e962-4294-88db-61ee0a6e270c-17460103949_thumb250.jpg",
    "song": "Life Itself",
    "track_id": "849629fd-e580-4400-b54b-68202706cdf8",
    "recording_id": "0888f00a-3327-4ce3-970e-d394935d681d",
    "artist": "Glass Animals",
    "artist_ids": [
        "20395131-fbde-43ce-b141-b700cfdae99c"
    ],
    "album": "How to Be a Human Being",
    "release_id": "ea2d8aef-e962-4294-88db-61ee0a6e270c",
    "release_group_id": "122e15fb-266e-4b72-91e2-bb7737394365",
    "labels": [
        "Wolf Tone"
    ],
    "label_ids": [
        "d608beef-b792-4759-83cf-304079571d30"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glass Animals will be at San Francisco festival Outside Lands on Sun, August 10th!\n\nhttps://www.glassanimals.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}