Information about plays

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

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

{
    "id": 454261,
    "uri": "https://api.kexp.org/v2/plays/454261/?format=api",
    "airdate": "2001-08-10T15:45:52-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL._SL75_.jpg",
    "song": "Electric Pocket Radio",
    "track_id": "fe3585a0-f913-4f39-ba9f-36bc1f773694",
    "recording_id": null,
    "artist": "The Incredible Moses Leroy",
    "artist_ids": [
        "1081120d-2be5-4145-9704-4477d855f90c"
    ],
    "album": "Electric Pocket Radio",
    "release_id": "3621c0dd-de4d-4f61-846e-161a62e43c6f",
    "release_group_id": null,
    "labels": [
        "Artemis"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}