Information about plays

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

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

{
    "id": 1339825,
    "uri": "https://api.kexp.org/v2/plays/1339825/?format=api",
    "airdate": "2008-02-17T10:52:00-08:00",
    "show": 23410,
    "show_uri": "https://api.kexp.org/v2/shows/23410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GNKC4ZT1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GNKC4ZT1L._SL75_.jpg",
    "song": "Play It Cool",
    "track_id": "ef992a2e-2ba6-453c-bc29-22b74eeff00f",
    "recording_id": null,
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "Atlantic Blues: Chicago",
    "release_id": "8627a46e-b045-4e9c-b7fd-011fce7f9829",
    "release_group_id": null,
    "labels": [],
    "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"
}