Information about plays

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

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

{
    "id": 445022,
    "uri": "https://api.kexp.org/v2/plays/445022/?format=api",
    "airdate": "2001-07-14T09:46:21-07:00",
    "show": 7511,
    "show_uri": "https://api.kexp.org/v2/shows/7511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4126NKHY06L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4126NKHY06L._SL75_.jpg",
    "song": "Is It Because I'm Black",
    "track_id": "53e5855f-3dd4-40e6-a997-82a6090f8738",
    "recording_id": null,
    "artist": "Ken Boothe",
    "artist_ids": [
        "f8eee368-dfe3-4e01-ad1b-9b306a6afb23"
    ],
    "album": "Everything I Own",
    "release_id": "46062959-273a-4c20-af80-ac93ff85b93c",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}