Information about plays

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

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

{
    "id": 440630,
    "uri": "https://api.kexp.org/v2/plays/440630/?format=api",
    "airdate": "2001-07-02T02:30:00-07:00",
    "show": 7434,
    "show_uri": "https://api.kexp.org/v2/shows/7434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under Surveillance",
    "track_id": "145c18b2-cff7-4fa3-90e7-fe93d0c6511f",
    "recording_id": null,
    "artist": "Mad Professor",
    "artist_ids": [
        "ea3b97e8-8a76-4ea7-8e6f-3ebf40acaeb8"
    ],
    "album": "Dub Me Crazy, Part 5: Who Knows the Secret of the Master Tape?",
    "release_id": "d18a2745-27e9-4139-a0fc-0c97cdacd61f",
    "release_group_id": null,
    "labels": [
        "Ariwa"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}