Information about plays

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

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

{
    "id": 417429,
    "uri": "https://api.kexp.org/v2/plays/417429/?format=api",
    "airdate": "2001-04-23T13:22:30-07:00",
    "show": 6971,
    "show_uri": "https://api.kexp.org/v2/shows/6971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NoYmxVezL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NoYmxVezL._SL75_.jpg",
    "song": "Gutless",
    "track_id": null,
    "recording_id": null,
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": "6d2787f1-f584-4a76-8a97-7926e96fd73e",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}