Information about plays

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

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

{
    "id": 465889,
    "uri": "https://api.kexp.org/v2/plays/465889/?format=api",
    "airdate": "2001-09-13T18:23:28-07:00",
    "show": 7920,
    "show_uri": "https://api.kexp.org/v2/shows/7920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5161CEJK17L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5161CEJK17L._SL75_.jpg",
    "song": "Diggy Liggy Lo",
    "track_id": "b098c625-950a-4f8c-ab79-f28d90b122e1",
    "recording_id": null,
    "artist": "Rusty & Doug Kershaw",
    "artist_ids": [
        "35c35d7e-8833-4e5c-be20-c573844d4330"
    ],
    "album": "The Best of Doug & Rusty Kershaw",
    "release_id": "169aed08-cdca-4e22-b57e-462bf4192fdd",
    "release_group_id": null,
    "labels": [
        "Silver Eagle LP"
    ],
    "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"
}