Information about plays

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

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

{
    "id": 515020,
    "uri": "https://api.kexp.org/v2/plays/515020/?format=api",
    "airdate": "2002-02-06T19:37:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519mAJuSFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519mAJuSFQL._SL75_.jpg",
    "song": "Little Liza Jane",
    "track_id": "18ed2590-c3c3-4232-baac-b3da3a12978d",
    "recording_id": null,
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [
        "1a9b4e0d-05e2-4491-83f0-a4a676283f99"
    ],
    "album": "Sweet Emma and Her Preservation Hall Jazz Band",
    "release_id": "5dfae582-fcbf-4338-b760-624e13f03a9f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}