Information about plays

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

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

{
    "id": 535670,
    "uri": "https://api.kexp.org/v2/plays/535670/?format=api",
    "airdate": "2002-04-07T21:37:00-07:00",
    "show": 9285,
    "show_uri": "https://api.kexp.org/v2/shows/9285/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q%2BqvsGICL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q%2BqvsGICL._SL75_.jpg",
    "song": "Strange Sounds",
    "track_id": "6f40cef0-40cc-452e-bce3-702f98c5d800",
    "recording_id": null,
    "artist": "Manuel Mind & Valentino Tomasi",
    "artist_ids": [
        "a21af8f1-dbee-4db9-96f8-4c2dbd6b5d9e"
    ],
    "album": "Hang All DJ's, Volume 2",
    "release_id": "653bffed-5db9-458e-9d5d-6d7db3d1123d",
    "release_group_id": null,
    "labels": [
        "ATOC"
    ],
    "label_ids": [],
    "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"
}