Information about plays

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

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

{
    "id": 3549829,
    "uri": "https://api.kexp.org/v2/plays/3549829/?format=api",
    "airdate": "2025-09-07T00:04:29-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/e18f755e-c739-485a-8a8a-6b3aa7454672/39455739460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e18f755e-c739-485a-8a8a-6b3aa7454672/39455739460-250.jpg",
    "song": "Walls of Jericho / Ride the Sky",
    "track_id": null,
    "recording_id": "888eef3a-d45b-4958-806e-c04e0c703475",
    "artist": "Helloween",
    "artist_ids": [
        "765774a0-2060-469b-8b7d-612eea48579b"
    ],
    "album": "Walls of Jericho",
    "release_id": null,
    "release_group_id": "78492dde-c7f7-31cb-a1c6-5d00672748ad",
    "labels": [
        "Noise International"
    ],
    "label_ids": [
        "6bbc25c4-f139-4776-88af-8d666db944dd"
    ],
    "release_date": "1985-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helloween just released their latest album, Giants & Monsters on August 27th.  This marks their 18th full length release.  They are currently touring Europe to celebrate the 40th Anniversary.\n\nhttps://www.helloween.org/#live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}