Information about plays

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

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

{
    "id": 499409,
    "uri": "https://api.kexp.org/v2/plays/499409/?format=api",
    "airdate": "2001-12-22T13:07:00-08:00",
    "show": 8570,
    "show_uri": "https://api.kexp.org/v2/shows/8570/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL._SL75_.jpg",
    "song": "Some Of Them Are Old",
    "track_id": null,
    "recording_id": null,
    "artist": "Eno/Fripp",
    "artist_ids": [],
    "album": "Here Come the Warm Jets",
    "release_id": "46a2f184-ef38-4025-a6e8-c0507f790d90",
    "release_group_id": null,
    "labels": [
        "EG Records"
    ],
    "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"
}