Information about plays

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

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

{
    "id": 3583015,
    "uri": "https://api.kexp.org/v2/plays/3583015/?format=api",
    "airdate": "2025-11-26T00:16:55-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://ia800206.us.archive.org/16/items/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9-17410859185_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/16/items/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/mbid-df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9-17410859185_thumb250.jpg",
    "song": "Anything You Want",
    "track_id": "b2f6f12c-bbad-3649-abea-9152c4c9284a",
    "recording_id": "98366d95-5d7b-4b14-8a3e-bf99233eb073",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Girls Can Tell",
    "release_id": "df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9",
    "release_group_id": "836422a2-9619-38a5-9e70-022b40eec3c4",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}