Information about plays

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

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

{
    "id": 1304975,
    "uri": "https://api.kexp.org/v2/plays/1304975/?format=api",
    "airdate": "2007-11-21T08:07:16-08:00",
    "show": 22829,
    "show_uri": "https://api.kexp.org/v2/shows/22829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NNF1PmIkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NNF1PmIkL._SL75_.jpg",
    "song": "She’s an Angel",
    "track_id": "9fa3ac2b-47b7-4a1c-80d8-9f006ee113eb",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "They Might Be Giants",
    "release_id": "026d7baa-6c03-42db-8da0-ee3cc137f864",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "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"
}