Information about plays

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

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

{
    "id": 3428887,
    "uri": "https://api.kexp.org/v2/plays/3428887/?format=api",
    "airdate": "2024-11-23T01:07:01-08:00",
    "show": 61921,
    "show_uri": "https://api.kexp.org/v2/shows/61921/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f4c5378-6d15-4d7d-85b8-28a02afe1d51/5526045219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f4c5378-6d15-4d7d-85b8-28a02afe1d51/5526045219-250.jpg",
    "song": "Desire to Desire",
    "track_id": null,
    "recording_id": "c2f06dc4-d8a6-41ca-9d57-29f0044bc7ff",
    "artist": "In Trance 95",
    "artist_ids": [
        "c8893fb5-2ab6-46f4-814a-3deb8111eb80"
    ],
    "album": "Cities Of Steel And Neon",
    "release_id": null,
    "release_group_id": "97531217-bef7-44ea-94c9-cef92cae22bc",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "2011-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mw-intrance95.bandcamp.com/album/cities-of-steel-and-neon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}