Information about plays

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

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

{
    "id": 373523,
    "uri": "https://api.kexp.org/v2/plays/373523/?format=api",
    "airdate": "2019-08-28T13:58:58-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible Love",
    "track_id": "5cec72d6-308c-41bd-92aa-a112eed0f242",
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "Ex Nihilo",
    "release_id": "5a393ee2-33d1-4409-9a84-b7c12cc4b1c6",
    "release_group_id": null,
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Versus will be live on KEXP this Thursday (tomorrow), August 29th at 1:00 PM and it's open to the public! <br>They will also be playing tomorrow night at Hotel Albatross. https://bit.ly/2L0Dgie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}