Information about plays

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

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

{
    "id": 381650,
    "uri": "https://api.kexp.org/v2/plays/381650/?format=api",
    "airdate": "2019-09-16T16:20:17-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "http://coverartarchive.org/release/45376d08-96cd-4fbc-aa6d-a73e9ff01b87/9777971379-250.jpg",
    "thumbnail_uri": "",
    "song": "Vitamin C",
    "track_id": "9bb158e6-e4ab-3645-a091-f7f481acfa89",
    "recording_id": null,
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Ege Bamyasi",
    "release_id": "45376d08-96cd-4fbc-aa6d-a73e9ff01b87",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth studio album from the krautrock band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}