Information about plays

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

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

{
    "id": 505419,
    "uri": "https://api.kexp.org/v2/plays/505419/?format=api",
    "airdate": "2002-01-09T18:10:00-08:00",
    "show": 8692,
    "show_uri": "https://api.kexp.org/v2/shows/8692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J6QKAXDGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J6QKAXDGL._SL75_.jpg",
    "song": "Speak To Us of Drinking",
    "track_id": null,
    "recording_id": null,
    "artist": "BeauSoleil",
    "artist_ids": [
        "143d190c-11e8-4ecd-adf7-a68a3ccdaab1"
    ],
    "album": "The Best of Beausoleil",
    "release_id": "16a2467d-0f72-42ed-940d-17f5f5e8e124",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}