Information about plays

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

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

{
    "id": 481183,
    "uri": "https://api.kexp.org/v2/plays/481183/?format=api",
    "airdate": "2001-10-28T19:12:00-08:00",
    "show": 8215,
    "show_uri": "https://api.kexp.org/v2/shows/8215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JV844GN5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JV844GN5L._SL75_.jpg",
    "song": "My World Premiere (practice)",
    "track_id": "34538c4c-52e0-4cfc-944d-bb965ca5ad68",
    "recording_id": null,
    "artist": "Charizma",
    "artist_ids": [
        "2eb5e4d1-ea42-4bec-a9db-368df8e9e077"
    ],
    "album": "Stones Throw 101",
    "release_id": "da6699ae-c68b-4807-b977-257cd15f4b7e",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}