Information about plays

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

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

{
    "id": 470368,
    "uri": "https://api.kexp.org/v2/plays/470368/?format=api",
    "airdate": "2001-09-27T02:50:46-07:00",
    "show": 8007,
    "show_uri": "https://api.kexp.org/v2/shows/8007/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214537Y363L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214537Y363L._SL75_.jpg",
    "song": "Caterpillar",
    "track_id": "0f8d9981-b99f-47d2-a0a8-7070a11d7c29",
    "recording_id": null,
    "artist": "Unwound",
    "artist_ids": [
        "9434776a-bdd7-4f58-b719-b5d95b9d2a11"
    ],
    "album": "A Single History 1991-1997",
    "release_id": "ffcf6dbd-a048-4549-bcb8-350384d69b37",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}