Information about plays

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

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

{
    "id": 414921,
    "uri": "https://api.kexp.org/v2/plays/414921/?format=api",
    "airdate": "2001-04-13T08:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YDC3188YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YDC3188YL._SL75_.jpg",
    "song": "Gathered",
    "track_id": "605e8357-5611-4aa8-b1fa-912c49c86fe8",
    "recording_id": null,
    "artist": "Rex",
    "artist_ids": [
        "58d8bc73-6a23-4916-949a-c68464572caa"
    ],
    "album": "3",
    "release_id": "0fcfae1d-c92a-4524-8330-0e60cf5a2b5e",
    "release_group_id": null,
    "labels": [
        "Southern Records"
    ],
    "label_ids": [
        "b9a77795-50d2-4f38-9449-16cd044cda61"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}