Information about plays

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

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

{
    "id": 1314999,
    "uri": "https://api.kexp.org/v2/plays/1314999/?format=api",
    "airdate": "2007-12-16T20:30:00-08:00",
    "show": 22998,
    "show_uri": "https://api.kexp.org/v2/shows/22998/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512BfdTMaLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512BfdTMaLL._SL75_.jpg",
    "song": "Freewheelin",
    "track_id": "8bde38a9-1f9b-4603-abb8-c55e5d81353d",
    "recording_id": null,
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Blue Scholars",
    "release_id": "cdd8fbd2-78cf-42b6-b66d-66cc0d690a26",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}