Information about plays

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

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

{
    "id": 347371,
    "uri": "https://api.kexp.org/v2/plays/347371/?format=api",
    "airdate": "2019-06-28T09:52:43-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing to Worry About",
    "track_id": "c2d8438c-2505-4e35-91a5-81e122327db7",
    "recording_id": null,
    "artist": "Peter Bjorn and John",
    "artist_ids": [
        "32a83250-7e26-422d-b9ac-f4564343e9ce"
    ],
    "album": "Living Thing",
    "release_id": "1eb84511-65b4-41d8-8c6c-39c39bca2364",
    "release_group_id": null,
    "labels": [
        "StarTime International"
    ],
    "label_ids": [
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a full live performance from the KEXP studio in 2016:  https://www.youtube.com/watch?v=U531pl4xfL4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}