Information about plays

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

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

{
    "id": 534453,
    "uri": "https://api.kexp.org/v2/plays/534453/?format=api",
    "airdate": "2002-04-04T03:34:17-08:00",
    "show": 9258,
    "show_uri": "https://api.kexp.org/v2/shows/9258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215BJ0SN61L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215BJ0SN61L._SL75_.jpg",
    "song": "Lio",
    "track_id": "b4a9a7a4-be1e-4697-b785-c1a46a90db3a",
    "recording_id": null,
    "artist": "Kreidler",
    "artist_ids": [
        "05498d7c-5bd0-40fa-aabf-a39f34efba5c"
    ],
    "album": "Weekend",
    "release_id": "6bb4997e-7702-466b-9b38-3dd21be37423",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}