Information about plays

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

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

{
    "id": 432661,
    "uri": "https://api.kexp.org/v2/plays/432661/?format=api",
    "airdate": "2001-06-08T15:00:00-07:00",
    "show": 7277,
    "show_uri": "https://api.kexp.org/v2/shows/7277/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FnkXQ4Y7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FnkXQ4Y7L._SL75_.jpg",
    "song": "Down by the River",
    "track_id": null,
    "recording_id": null,
    "artist": "Low and Dirty Three",
    "artist_ids": [
        "8f6ac66a-4411-460e-aa66-818350a13f03"
    ],
    "album": "In the Fishtank, Volume 7",
    "release_id": "33982d93-f6c3-4317-8106-4d7f8ff48258",
    "release_group_id": null,
    "labels": [
        "Konkurrent"
    ],
    "label_ids": [
        "e6367a7d-d40c-489e-97a4-0438f080460a"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}