Information about plays

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

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

{
    "id": 533945,
    "uri": "https://api.kexp.org/v2/plays/533945/?format=api",
    "airdate": "2002-04-02T18:13:13-08:00",
    "show": 9250,
    "show_uri": "https://api.kexp.org/v2/shows/9250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HBD8RYFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HBD8RYFQL._SL75_.jpg",
    "song": "Bhimpalasi Warriors",
    "track_id": "7bddb5e7-f228-49f6-bee5-86faee99d36f",
    "recording_id": null,
    "artist": "Transglobal Underground",
    "artist_ids": [
        "19cccbd1-cdf7-4b41-8b08-3afe828fce42"
    ],
    "album": "Yes Boss Food Corner",
    "release_id": "9ae656b2-0cc0-4660-9779-b514c3112b0d",
    "release_group_id": null,
    "labels": [
        "Ark 21 Records"
    ],
    "label_ids": [
        "68206548-34e8-435f-8b58-f5991a8dc708"
    ],
    "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"
}