Information about plays

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

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

{
    "id": 349939,
    "uri": "https://api.kexp.org/v2/plays/349939/?format=api",
    "airdate": "2019-07-04T07:02:00-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slomo",
    "track_id": "f0712909-ccf4-4349-a49c-f5f5d618fe18",
    "recording_id": null,
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of those live sessions that found the KEXP Control Room PACKED with staff. See their 2017 live performance of \"Slomo\" here: https://www.youtube.com/watch?v=1zRkbWpJ988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}