Information about plays

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

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

{
    "id": 486637,
    "uri": "https://api.kexp.org/v2/plays/486637/?format=api",
    "airdate": "2001-11-14T17:48:00-08:00",
    "show": 8323,
    "show_uri": "https://api.kexp.org/v2/shows/8323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VPP6rUqGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VPP6rUqGL._SL75_.jpg",
    "song": "No Substitute",
    "track_id": "485c3bdb-29d4-4165-a78e-4f0ade50103f",
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "The Healer",
    "release_id": "15960f22-eb8d-48d1-b471-894675f042d3",
    "release_group_id": null,
    "labels": [
        "chameleon"
    ],
    "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"
}