Information about plays

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

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

{
    "id": 3620567,
    "uri": "https://api.kexp.org/v2/plays/3620567/?format=api",
    "airdate": "2026-02-21T22:25:30-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9a93c58-225c-4ca7-ae9c-8c8d5ed62018/14237288188-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9a93c58-225c-4ca7-ae9c-8c8d5ed62018/14237288188-250.jpg",
    "song": "Satellite",
    "track_id": null,
    "recording_id": "0c021403-f158-4b8c-b6f2-02fc44322887",
    "artist": "The Bouncing Souls",
    "artist_ids": [
        "429d5f26-329c-41cc-bdff-17c29dbf1fb8"
    ],
    "album": "Simplicity",
    "release_id": null,
    "release_group_id": "9403223f-8dce-4759-9a40-3699f34a39ce",
    "labels": [
        "Rise Records"
    ],
    "label_ids": [
        "57f4e6ff-51f9-430f-bae6-df7cbefecbf9"
    ],
    "release_date": "2016-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bouncing Souls are currently touring the UK.\n\nhttps://www.bouncingsouls.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}