Information about plays

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

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

{
    "id": 1275079,
    "uri": "https://api.kexp.org/v2/plays/1275079/?format=api",
    "airdate": "2007-09-04T06:09:52-07:00",
    "show": 22319,
    "show_uri": "https://api.kexp.org/v2/shows/22319/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HEHS248KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HEHS248KL._SL75_.jpg",
    "song": "Summer",
    "track_id": null,
    "recording_id": null,
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Sleepy Eyed",
    "release_id": "6bb8a4d5-f358-49a0-8478-523049406c04",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}