Information about plays

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

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

{
    "id": 416799,
    "uri": "https://api.kexp.org/v2/plays/416799/?format=api",
    "airdate": "2001-04-20T17:45:00-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aer6TqAGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aer6TqAGL._SL75_.jpg",
    "song": "Got Kinda Hi",
    "track_id": "e380e5a6-4c2c-4279-a41e-8eb15f5323ed",
    "recording_id": null,
    "artist": "The Goats",
    "artist_ids": [
        "709c620b-c085-4c8c-a46b-ffc0ee8736d1"
    ],
    "album": "Tricks of the Shade",
    "release_id": "69874d28-0127-408a-a315-54b53a836a88",
    "release_group_id": null,
    "labels": [
        "Ruff House"
    ],
    "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"
}