Information about plays

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

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

{
    "id": 350532,
    "uri": "https://api.kexp.org/v2/plays/350532/?format=api",
    "airdate": "2019-07-05T17:31:18-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mercedes Marxist",
    "track_id": "13d88494-4681-47df-a46c-bd9a522b7573",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Mercedes Marxist",
    "release_id": "a28633b3-3801-4060-8c1c-7e466a835049",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-05-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Talbot remembered the difficult phase of his life he was in when he wrote “Mercedes Marxist.\"  \"I was pissed off at what I was and where I was: I was sofa surfing on the weekends and spending the weeks looking after my mum. My life balance was way off and this song reflects just how useless I felt. It was me at my worst and without any buoyancy it became catharsis. It was the last splurge from Brutalism so we omitted it. I like it now.”  https://bit.ly/2RXTn1M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}