Information about plays

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

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

{
    "id": 3440705,
    "uri": "https://api.kexp.org/v2/plays/3440705/?format=api",
    "airdate": "2024-12-21T02:42:01-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8fcc1ba-9499-405f-b196-5c9c214dee70/36031836384-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8fcc1ba-9499-405f-b196-5c9c214dee70/36031836384-250.jpg",
    "song": "Behind the Wheel (Shep Pettibone mix)",
    "track_id": null,
    "recording_id": "c6860ad5-bb3e-4e11-9dff-dc42b0a18455",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Arthur Baker Presents Dance Masters: Shep Pettibone - The Classic 12\" Master-Mixes",
    "release_id": null,
    "release_group_id": "3c754545-b026-473a-851c-0ecc32228823",
    "labels": [
        "Demon Music Group"
    ],
    "label_ids": [],
    "release_date": "2021-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/2320975-Arthur-Baker-Shep-Pettibone-Dance-Masters-Shep-Pettibone-The-Classic-Master-Mixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}