Information about plays

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

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

{
    "id": 462622,
    "uri": "https://api.kexp.org/v2/plays/462622/?format=api",
    "airdate": "2001-09-04T03:36:55-07:00",
    "show": 7856,
    "show_uri": "https://api.kexp.org/v2/shows/7856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216QGE6YAPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216QGE6YAPL._SL75_.jpg",
    "song": "Attacked by Monsters",
    "track_id": "ad2bfe5c-cb66-41cc-8160-74e266191e6c",
    "recording_id": null,
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "No Strings Attached",
    "release_id": "09120403-a1ab-41de-883d-7c07f1e27924",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}