Information about plays

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

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

{
    "id": 431057,
    "uri": "https://api.kexp.org/v2/plays/431057/?format=api",
    "airdate": "2001-06-04T00:04:36-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XPPE8FA3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XPPE8FA3L._SL75_.jpg",
    "song": "Take It Personal",
    "track_id": "10a77573-a645-4652-84da-17023d422b3d",
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Full Clip: A Decade of Gang Starr (disc 2)",
    "release_id": "21f2ad05-ccb9-451f-b3d0-b42762d50b2d",
    "release_group_id": null,
    "labels": [
        "Empire"
    ],
    "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"
}