Information about plays

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

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

{
    "id": 458679,
    "uri": "https://api.kexp.org/v2/plays/458679/?format=api",
    "airdate": "2001-08-23T07:07:30-07:00",
    "show": 7775,
    "show_uri": "https://api.kexp.org/v2/shows/7775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YPREHFBRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YPREHFBRL._SL75_.jpg",
    "song": "Destination Moon",
    "track_id": "0f5b071d-646e-4c64-b49b-a019a99e5475",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "John Henry",
    "release_id": "19cab610-4790-4342-9e1e-b8c6915a5486",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}