Information about plays

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

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

{
    "id": 352009,
    "uri": "https://api.kexp.org/v2/plays/352009/?format=api",
    "airdate": "2019-07-09T07:15:02-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I See Red",
    "track_id": "8bf1703f-a47d-4b1f-8d82-fd5821aba4e0",
    "recording_id": null,
    "artist": "Geowulf",
    "artist_ids": [
        "1976f81d-fb04-4e2a-90d0-e297b5a99892"
    ],
    "album": "I See Red",
    "release_id": "392588d9-2431-4055-9640-17c17c4b1a4e",
    "release_group_id": null,
    "labels": [
        "[PIAS]"
    ],
    "label_ids": [
        "da314fb6-6f98-4ac6-8ef1-890fc5ddf4e0"
    ],
    "release_date": "2019-05-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geowulf is London-via-Australian band two-piece band who's debut album was <i>Great Big Blue</i> released in 2018. <br> <br> <i>I See Red</i> is their first single since their debut album and was written after an argument with Star Kendrick's sister. \"The song was a realisation that you are only ever your most raw, horrible self when you’re with the people you love to death and who love you.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}