Information about plays

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

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

{
    "id": 3553988,
    "uri": "https://api.kexp.org/v2/plays/3553988/?format=api",
    "airdate": "2025-09-17T01:03:44-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia601309.us.archive.org/31/items/mbid-bbf01d04-0c7e-47d2-8068-0df5ef334f24/mbid-bbf01d04-0c7e-47d2-8068-0df5ef334f24-13091821021_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/31/items/mbid-bbf01d04-0c7e-47d2-8068-0df5ef334f24/mbid-bbf01d04-0c7e-47d2-8068-0df5ef334f24-13091821021_thumb250.jpg",
    "song": "Free Your Mind (While You Still Got Time)",
    "track_id": "2b8fa9dc-5c33-4912-b198-3d902703cd52",
    "recording_id": "c71c563a-b6a0-4a68-a8e2-9e031cad87a3",
    "artist": "The James Hunter Six",
    "artist_ids": [
        "fb424cbe-e145-4d0f-a365-1872f6b4cd51"
    ],
    "album": "Hold On!",
    "release_id": "bbf01d04-0c7e-47d2-8068-0df5ef334f24",
    "release_group_id": "57e5863b-4e77-48a7-943f-097adf9310c7",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}