Information about plays

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

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

{
    "id": 380347,
    "uri": "https://api.kexp.org/v2/plays/380347/?format=api",
    "airdate": "2019-09-13T09:18:00-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancerama",
    "track_id": "8ce36a26-2335-3a13-85d1-00a0467d9dbe",
    "recording_id": null,
    "artist": "Sigue Sigue Sputnik",
    "artist_ids": [
        "4ea47188-de59-4d11-9154-657749319a41"
    ],
    "album": "Dress for Excess",
    "release_id": "f73ed0b2-6eb5-41e7-a086-9349e26a430e",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [],
    "release_date": "1996-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WE LOVE THIS SONG.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}