Information about plays

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

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

{
    "id": 419505,
    "uri": "https://api.kexp.org/v2/plays/419505/?format=api",
    "airdate": "2001-04-29T19:03:09-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BUbwrsa4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BUbwrsa4L._SL75_.jpg",
    "song": "Gunz Still Hot (remix) (feat. Ed O.G. & Reks)",
    "track_id": "e6b15ac8-949b-45b8-afae-c7dd43a78851",
    "recording_id": null,
    "artist": "Rasco",
    "artist_ids": [
        "ac928049-75d0-4a1a-8c80-3e3a35a3d68e"
    ],
    "album": "Hostile Environment",
    "release_id": "15d25156-c166-447a-ac79-718bb5eba1e9",
    "release_group_id": null,
    "labels": [
        "Pockets Linted"
    ],
    "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"
}