Information about plays

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

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

{
    "id": 453583,
    "uri": "https://api.kexp.org/v2/plays/453583/?format=api",
    "airdate": "2001-08-08T18:35:17-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0RANFYEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0RANFYEL._SL75_.jpg",
    "song": "San Antone",
    "track_id": "36ec41b9-f099-4313-b13a-6528d5cd9cfe",
    "recording_id": null,
    "artist": "Johnny Copeland",
    "artist_ids": [
        "dda28e24-42e8-4ef9-9f06-c12541cacbad"
    ],
    "album": "Flyin' High",
    "release_id": "093121fc-a549-4e88-bc3a-e56cb38f85fa",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}