Information about plays

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

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

{
    "id": 534977,
    "uri": "https://api.kexp.org/v2/plays/534977/?format=api",
    "airdate": "2002-04-05T16:37:03-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BggEGddML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BggEGddML._SL75_.jpg",
    "song": "Options",
    "track_id": null,
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Control",
    "release_id": "e289d55c-c6e4-42c2-b78f-3dcee1f4180d",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}