Information about plays

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

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

{
    "id": 416105,
    "uri": "https://api.kexp.org/v2/plays/416105/?format=api",
    "airdate": "2001-04-18T17:28:14-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DFSY80BQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DFSY80BQL._SL75_.jpg",
    "song": "$300",
    "track_id": "d670f042-1333-4d12-839b-19983674f11e",
    "recording_id": null,
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "El Oso",
    "release_id": "61fa344f-13d7-4d58-8f46-6dfe4beb3cbc",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1998-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}