Information about plays

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

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

{
    "id": 345186,
    "uri": "https://api.kexp.org/v2/plays/345186/?format=api",
    "airdate": "2019-06-23T14:14:59-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birdwatching",
    "track_id": "a9b17fb2-acf4-4380-8738-e255f2f64ebd",
    "recording_id": null,
    "artist": "Floored Faces",
    "artist_ids": [
        "c558edc7-5a3e-48cc-afa7-dd5ef5e8df45"
    ],
    "album": "Alright All Night",
    "release_id": "537adef5-90e1-46b8-ada0-db106b92f46e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP Song of the Day for June 14. You can get it at https://www.kexp.org/podcasts/song-of-the-day/2019/6/14/floored-faces-birdwatching/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}