Information about plays

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

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

{
    "id": 454239,
    "uri": "https://api.kexp.org/v2/plays/454239/?format=api",
    "airdate": "2001-08-10T14:31:34-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51au3oZUrvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51au3oZUrvL._SL75_.jpg",
    "song": "It’s a Long Way Back",
    "track_id": "00d9c563-b063-4302-9bd2-3896a03674c8",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Road to Ruin",
    "release_id": "fe184422-d8ad-4d42-9187-9dc103f203f5",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}