Information about plays

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

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

{
    "id": 427958,
    "uri": "https://api.kexp.org/v2/plays/427958/?format=api",
    "airdate": "2001-05-25T11:00:00-07:00",
    "show": 7187,
    "show_uri": "https://api.kexp.org/v2/shows/7187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BFXBBK9DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BFXBBK9DL._SL75_.jpg",
    "song": "Act as If (Act II remix) (feat. Divine Styler)",
    "track_id": "599c9e4f-f57c-4ff0-8a8c-8d47f303e516",
    "recording_id": null,
    "artist": "The Angel",
    "artist_ids": [
        "a4301df4-9088-4e7d-9e52-162077a9a783"
    ],
    "album": "No Gravity",
    "release_id": "d45dcea3-323e-402e-af8d-8134f36cda69",
    "release_group_id": null,
    "labels": [
        "Supa Crucial/New Line"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}