Information about plays

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

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

{
    "id": 349053,
    "uri": "https://api.kexp.org/v2/plays/349053/?format=api",
    "airdate": "2019-07-02T13:49:20-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velveteen",
    "track_id": "49b78c28-6fe7-474d-a93b-0c7b8f8a1040",
    "recording_id": null,
    "artist": "The Mynabirds",
    "artist_ids": [
        "daa0c966-31a1-4754-b293-67ffe5b4ac18"
    ],
    "album": "Lovers Know",
    "release_id": "f4dda83d-ffb7-45ab-b9a9-35964cd06617",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2015-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a biography of The Mynabirds, \"the rootsy, eclectic solo project of Laura Burhen\":  https://www.allmusic.com/artist/the-mynabirds-mn0002420552/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}