Information about plays

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

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

{
    "id": 501865,
    "uri": "https://api.kexp.org/v2/plays/501865/?format=api",
    "airdate": "2001-12-30T04:13:00-08:00",
    "show": 8621,
    "show_uri": "https://api.kexp.org/v2/shows/8621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213BVQXQE4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213BVQXQE4L._SL75_.jpg",
    "song": "Blood of Nations",
    "track_id": "a17ce271-1c1c-4a8e-bf46-9ec36164acad",
    "recording_id": null,
    "artist": "Divine Empire",
    "artist_ids": [
        "3bbd50bf-7c35-48f1-b215-c8a71c78f3e6"
    ],
    "album": "Doomed to Inherit",
    "release_id": "eca1974e-eda2-4460-84e9-d001cefa13a6",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "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"
}