Information about plays

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

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

{
    "id": 380846,
    "uri": "https://api.kexp.org/v2/plays/380846/?format=api",
    "airdate": "2019-09-14T15:57:55-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "http://coverartarchive.org/release/4eb38eb5-c127-4487-8638-e4d2dd69be55/5379328062-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wanna Know",
    "track_id": "b03729d1-2b7b-4496-8702-75ac24a7dc07",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Fade Away",
    "release_id": "4eb38eb5-c127-4487-8638-e4d2dd69be55",
    "release_group_id": null,
    "labels": [
        "Jewel City"
    ],
    "label_ids": [
        "42af2cd4-5e6f-4d13-8e33-de5cb1c0e7f0"
    ],
    "release_date": "2013-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Best Coast with the Courtneys at SEAchanger TONIGHT! https://www.kexp.org/seachanger/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}