Information about plays

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

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

{
    "id": 531210,
    "uri": "https://api.kexp.org/v2/plays/531210/?format=api",
    "airdate": "2002-03-26T02:54:25-08:00",
    "show": 9198,
    "show_uri": "https://api.kexp.org/v2/shows/9198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sBFyEXhhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sBFyEXhhL._SL75_.jpg",
    "song": "Bull in the Heather",
    "track_id": null,
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Experimental Jet Set, Trash and No Star",
    "release_id": "577a0133-bd1f-4c94-a736-a8a56453f675",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}