Information about plays

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

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

{
    "id": 490166,
    "uri": "https://api.kexp.org/v2/plays/490166/?format=api",
    "airdate": "2001-11-25T05:00:00-08:00",
    "show": 8394,
    "show_uri": "https://api.kexp.org/v2/shows/8394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Traffic Island Psycho",
    "track_id": "5b175097-d5f5-45e2-9a6f-933f5855b610",
    "recording_id": null,
    "artist": "Tone Dogs",
    "artist_ids": [
        "beacb6ea-a477-4f2f-935a-550faccb2c13"
    ],
    "album": "The Early Middle Years",
    "release_id": "6996ee59-374f-4de6-8c7c-83f3b45d3931",
    "release_group_id": null,
    "labels": [
        "self release"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}