Information about plays

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

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

{
    "id": 530026,
    "uri": "https://api.kexp.org/v2/plays/530026/?format=api",
    "airdate": "2002-03-22T15:46:47-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t7ooJWd4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t7ooJWd4L._SL75_.jpg",
    "song": "Bossa Dorado",
    "track_id": "10e6e225-a16d-4893-ba48-1701968a1216",
    "recording_id": null,
    "artist": "Pete Krebs and the Kung Pao Chickens",
    "artist_ids": [
        "78e50323-f379-456e-8294-2d0ba3927f75"
    ],
    "album": "Hot Ginger and Dynamite",
    "release_id": "bf04d006-1c8a-4959-9d23-37d9b7cc3060",
    "release_group_id": null,
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "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"
}