Information about plays

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

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

{
    "id": 3422142,
    "uri": "https://api.kexp.org/v2/plays/3422142/?format=api",
    "airdate": "2024-11-06T15:46:54-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ENERGY (Clipz remix)",
    "track_id": null,
    "recording_id": "53d9178f-a51c-4b75-a81b-0be10b0d2c45",
    "artist": "Disclosure",
    "artist_ids": [
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "ENERGY",
    "release_id": null,
    "release_group_id": "cf39d16f-67bf-4d04-a0a3-177a93eba453",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original \"ENERGY\" featured vocal samples from motivational speaker Eric Thomas. Guy and Howard Lawrence (Disclosure) said, \"When we found Eric many years ago, he was like a goldmine of inspirational quotes and motivational speeches. Even if he was speaking to a room of five it was like he was addressing a stadium. He has an immense presence and energy about him that translates so well into music – especially house music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}