Information about plays

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

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

{
    "id": 515025,
    "uri": "https://api.kexp.org/v2/plays/515025/?format=api",
    "airdate": "2002-02-06T19:50: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/61HWsAOhmzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HWsAOhmzL._SL75_.jpg",
    "song": "Iko Iko",
    "track_id": "881a9fef-0383-445a-bfa0-05b1a476d2e3",
    "recording_id": null,
    "artist": "The Dixie Cups",
    "artist_ids": [
        "91fc56fe-ac9a-4d35-8cdc-34eb72fa59bb"
    ],
    "album": "The Music Never Stopped: Roots of the Grateful Dead",
    "release_id": "1b85bb5c-9fd8-463e-b46b-4aa2999889c8",
    "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"
}