Information about plays

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

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

{
    "id": 471586,
    "uri": "https://api.kexp.org/v2/plays/471586/?format=api",
    "airdate": "2001-09-30T19:35:17-07:00",
    "show": 8031,
    "show_uri": "https://api.kexp.org/v2/shows/8031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417PPB94KQL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417PPB94KQL._SL75_.gif",
    "song": "The Mission",
    "track_id": "c3f00496-af73-4d5d-a208-1f03f0719335",
    "recording_id": null,
    "artist": "Special Ed",
    "artist_ids": [
        "2868a742-f08e-425f-b240-10dcb7be905a"
    ],
    "album": "Legal",
    "release_id": "0f5cece4-60e0-4476-9c67-f2e4e35c9f61",
    "release_group_id": null,
    "labels": [
        "Profile"
    ],
    "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"
}