Information about plays

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

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

{
    "id": 534141,
    "uri": "https://api.kexp.org/v2/plays/534141/?format=api",
    "airdate": "2002-04-03T06:58:01-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5103NWYF38L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5103NWYF38L._SL75_.jpg",
    "song": "She Cries Your Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "Trailer Park",
    "release_id": "3db3a957-4328-465b-8e69-8652eb607078",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}