Information about plays

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

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

{
    "id": 352409,
    "uri": "https://api.kexp.org/v2/plays/352409/?format=api",
    "airdate": "2019-07-10T03:14:24-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/be45b090-8feb-4467-ae83-9d61953aab7a/23152900661-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunday Driver",
    "track_id": "0098f4d0-36f4-4b29-928d-f9094e97c80a",
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Help Us Stranger",
    "release_id": "be45b090-8feb-4467-ae83-9d61953aab7a",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "July 18th at Wamu Theater!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}