Information about plays

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

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

{
    "id": 343245,
    "uri": "https://api.kexp.org/v2/plays/343245/?format=api",
    "airdate": "2019-06-19T01:13:20-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/21e9d6b9-7297-4e5a-a285-cd2dee7cb118/7367242288-250.jpg",
    "thumbnail_uri": "",
    "song": "So Now You Know",
    "track_id": "bfe5fc90-c920-477d-8d12-480fd7863910",
    "recording_id": null,
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Luminous",
    "release_id": "21e9d6b9-7297-4e5a-a285-cd2dee7cb118",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keyboardist Tom Cowan commented on this song : \"We hope it gets your hips shaking and your foot tapping. I like the idea of the kind of music that you can't help but move to.\" The accompanying music video was filmed in an empty desert town on the outskirts of Los Angeles. According to the press release the clip, \"is a short surreal film about the loneliness of teenage life, and the world we create with our friends at that age.\": https://www.youtube.com/watch?v=Wr7TAfOkEVc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}