Information about plays

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

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

{
    "id": 1289097,
    "uri": "https://api.kexp.org/v2/plays/1289097/?format=api",
    "airdate": "2007-10-10T02:33:48-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Oko0hC04L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Oko0hC04L._SL75_.jpg",
    "song": "Bad Timing",
    "track_id": null,
    "recording_id": null,
    "artist": "dEUS",
    "artist_ids": [
        "2d0ec174-2bff-4f46-ae1b-dfea0ed9391c"
    ],
    "album": "Pocket Revolution",
    "release_id": "8098da82-2481-4c2d-953d-e5cc33ebfc76",
    "release_group_id": null,
    "labels": [
        "V2 Records International"
    ],
    "label_ids": [
        "947c12a1-cf28-4380-a695-a944ad15e387"
    ],
    "release_date": "2005-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}