Information about plays

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

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

{
    "id": 3631319,
    "uri": "https://api.kexp.org/v2/plays/3631319/?format=api",
    "airdate": "2026-03-20T04:14:04-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f9db705-bb08-4001-a028-35ebd953fb8c/7896816763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f9db705-bb08-4001-a028-35ebd953fb8c/7896816763-250.jpg",
    "song": "Behind the Mask",
    "track_id": null,
    "recording_id": "85ee28c4-5921-4e49-b2a2-b02e2d42a90a",
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "Solid State Survivor",
    "release_id": null,
    "release_group_id": "0b232453-8666-361f-b1db-2578fc4a9f97",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1979-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}