Information about plays

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

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

{
    "id": 427848,
    "uri": "https://api.kexp.org/v2/plays/427848/?format=api",
    "airdate": "2001-05-25T04:00:00-07:00",
    "show": 7185,
    "show_uri": "https://api.kexp.org/v2/shows/7185/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X695KE9EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X695KE9EL._SL75_.jpg",
    "song": "Watching the Detectives",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "The Very Best Of",
    "release_id": "c97dcde5-9cbf-429d-8108-c8ef53581840",
    "release_group_id": null,
    "labels": [
        "Rycodisc"
    ],
    "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"
}