Information about plays

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

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

{
    "id": 414825,
    "uri": "https://api.kexp.org/v2/plays/414825/?format=api",
    "airdate": "2001-04-12T18:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XA3116KRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XA3116KRL._SL75_.jpg",
    "song": "If You Talk to My Baby",
    "track_id": "3163eaf2-2b0e-4837-969b-b5fce99479ee",
    "recording_id": null,
    "artist": "The Backsliders",
    "artist_ids": [
        "9f21b5e6-2b10-4f0d-9079-03b17da43e72"
    ],
    "album": "Throwin' Rocks at the Moon",
    "release_id": "cc3c44f4-06b3-4808-acad-b699b9833e96",
    "release_group_id": null,
    "labels": [
        "Mammoth/Atlantic"
    ],
    "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"
}