Information about plays

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

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

{
    "id": 453574,
    "uri": "https://api.kexp.org/v2/plays/453574/?format=api",
    "airdate": "2001-08-08T18:03:31-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516csnhviUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516csnhviUL._SL75_.jpg",
    "song": "Why You Been Gone So Long",
    "track_id": "ff3bbb02-920d-4fde-8760-f9ce5510c76d",
    "recording_id": null,
    "artist": "Stacy Dean Campbell",
    "artist_ids": [
        "cf1ecdaa-22b2-4228-b79a-7ad923dfbe21"
    ],
    "album": "Hurt City",
    "release_id": "7bff3150-e1d3-482e-9db4-d26f54cbb44e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}