Information about plays

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

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

{
    "id": 350584,
    "uri": "https://api.kexp.org/v2/plays/350584/?format=api",
    "airdate": "2019-07-05T20:26:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tightrope",
    "track_id": "b681a7be-71b6-4d2f-be90-6a6e5e5cb3d7",
    "recording_id": null,
    "artist": "Havana Maestros",
    "artist_ids": [],
    "album": "Americuba",
    "release_id": "a3ba8f3e-d5e7-485c-932d-1f3bb149de52",
    "release_group_id": null,
    "labels": [
        "Sounds Worldwide"
    ],
    "label_ids": [
        "416dccd2-43dd-45fe-9c74-f7ac3f9ab9c0"
    ],
    "release_date": "2017-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With Janelle Monae! https://www.jmonae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}