Information about plays

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

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

{
    "id": 509974,
    "uri": "https://api.kexp.org/v2/plays/509974/?format=api",
    "airdate": "2002-01-23T10:31:00-08:00",
    "show": 8785,
    "show_uri": "https://api.kexp.org/v2/shows/8785/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KMK1PM09L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KMK1PM09L._SL75_.jpg",
    "song": "The Face of Fashion",
    "track_id": "47be0007-8d07-4f0c-b26c-f2f89bb37ff1",
    "recording_id": null,
    "artist": "Chris Knox",
    "artist_ids": [
        "77a29700-a307-4568-8063-be553ae062e6"
    ],
    "album": "Meat",
    "release_id": "c8725feb-1eda-43ea-a3a3-52c7b2b21ed6",
    "release_group_id": null,
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}