Information about plays

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

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

{
    "id": 1297097,
    "uri": "https://api.kexp.org/v2/plays/1297097/?format=api",
    "airdate": "2007-10-31T18:12:00-07:00",
    "show": 22695,
    "show_uri": "https://api.kexp.org/v2/shows/22695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D65EYZYFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D65EYZYFL._SL75_.jpg",
    "song": "Ghost on the Highway",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "Fire of Love",
    "release_id": "1fd2849f-78e0-4fd2-be09-d0bc88a3b7cf",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "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"
}