Information about plays

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

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

{
    "id": 415845,
    "uri": "https://api.kexp.org/v2/plays/415845/?format=api",
    "airdate": "2001-04-17T22:00:00-07:00",
    "show": 6939,
    "show_uri": "https://api.kexp.org/v2/shows/6939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21358D854ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21358D854ML._SL75_.jpg",
    "song": "Queen of the Gangsters",
    "track_id": "68e559e0-53d3-4783-9ab4-42fd60f59886",
    "recording_id": null,
    "artist": "Nash Kato",
    "artist_ids": [
        "df8e03a1-895f-4223-a50a-e4db58e99404"
    ],
    "album": "Debutante",
    "release_id": "c57f27c1-a832-4b02-bb93-c29a03563184",
    "release_group_id": null,
    "labels": [
        "Will"
    ],
    "label_ids": [
        "fd1d40c5-87f3-4def-9120-1790a4e5fae2"
    ],
    "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"
}