Information about plays

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

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

{
    "id": 3631738,
    "uri": "https://api.kexp.org/v2/plays/3631738/?format=api",
    "airdate": "2026-03-21T01:26:12-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/296bcce7-83d9-4ac0-8530-c4656b310fd9/21945174808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/296bcce7-83d9-4ac0-8530-c4656b310fd9/21945174808-250.jpg",
    "song": "Dark Days (Revisited)",
    "track_id": null,
    "recording_id": "2c98f39f-f46f-4744-8ccd-359c69906f27",
    "artist": "Art d’Ecco",
    "artist_ids": [
        "f1d55d22-2d7a-465d-b9ff-b59cffa6b48b"
    ],
    "album": "Trespasser",
    "release_id": null,
    "release_group_id": "2781b910-4010-41af-9efb-a0a1e4fefdbf",
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2018-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arthur was once a member of ACTORS and TV Heart Attack before going solo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}