Information about plays

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

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

{
    "id": 460988,
    "uri": "https://api.kexp.org/v2/plays/460988/?format=api",
    "airdate": "2001-08-30T03:35:17-07:00",
    "show": 7824,
    "show_uri": "https://api.kexp.org/v2/shows/7824/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L._SL75_.jpg",
    "song": "Highway Kind",
    "track_id": "819704db-6e0e-4699-88a3-a72130145ce8",
    "recording_id": null,
    "artist": "Cowboy Junkies",
    "artist_ids": [
        "b52211f1-49a2-4cd2-8535-dd1ba37ea90b"
    ],
    "album": "Poet: A Tribute to Townes Van Zandt",
    "release_id": "ef54e0c2-80f2-444b-b123-97484b94fa9f",
    "release_group_id": null,
    "labels": [
        "FreeFalls"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}