Information about plays

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

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

{
    "id": 532354,
    "uri": "https://api.kexp.org/v2/plays/532354/?format=api",
    "airdate": "2002-03-29T00:11:09-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B3vRV1r0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B3vRV1r0L._SL75_.jpg",
    "song": "I Don't Want to Get Over You",
    "track_id": "3a04a960-1d0c-40a7-b6ea-d813ffab7a86",
    "recording_id": null,
    "artist": "Mary Lou Lord",
    "artist_ids": [
        "11d0d66f-c913-4a13-9365-10d771f08cd1"
    ],
    "album": "Live City Sounds",
    "release_id": "5fb30a4c-6ff5-43ac-a1f3-d9f00defa4cf",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}