Information about plays

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

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

{
    "id": 500799,
    "uri": "https://api.kexp.org/v2/plays/500799/?format=api",
    "airdate": "2001-12-26T23:29:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gIY3FFOKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gIY3FFOKL._SL75_.jpg",
    "song": "Going Round in Circles",
    "track_id": "bfb5f27f-d22c-4a52-8f79-16aa3b4dcc24",
    "recording_id": null,
    "artist": "Kid Loco",
    "artist_ids": [
        "8027281d-79e4-4ddc-a8a7-6e6bf9254ad3"
    ],
    "album": "Kill Your Darlings",
    "release_id": "6ac3bb94-ece2-4bad-96b4-114bb99ad6b8",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}