Information about plays

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

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

{
    "id": 472707,
    "uri": "https://api.kexp.org/v2/plays/472707/?format=api",
    "airdate": "2001-10-04T00:56:15-07:00",
    "show": 8051,
    "show_uri": "https://api.kexp.org/v2/shows/8051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C1R4FTBVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C1R4FTBVL._SL75_.jpg",
    "song": "Big River",
    "track_id": "68f550a6-defa-4b89-a3f3-2b065fbd33b6",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Complete Sun Recordings 1955-1958 (disc 2)",
    "release_id": "7947f107-7857-43e7-8aef-7b76d417d359",
    "release_group_id": null,
    "labels": [
        "Sun"
    ],
    "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"
}