Information about plays

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

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

{
    "id": 3541816,
    "uri": "https://api.kexp.org/v2/plays/3541816/?format=api",
    "airdate": "2025-08-18T22:31:01-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b23a8f5-1af7-3747-8656-49dd7a9806d2/11930231634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b23a8f5-1af7-3747-8656-49dd7a9806d2/11930231634-250.jpg",
    "song": "You're the Best Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Café Bleu",
    "release_id": null,
    "release_group_id": "49081a6f-8f76-3159-aba2-8527126d9384",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1984-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Right back at 'ya ;)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}