Information about plays

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

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

{
    "id": 501602,
    "uri": "https://api.kexp.org/v2/plays/501602/?format=api",
    "airdate": "2001-12-29T09:34:17-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NwDlrapGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NwDlrapGL._SL75_.jpg",
    "song": "Express Love",
    "track_id": "1cd86425-4964-49b9-acda-a0a4e7fa60c1",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "I.O.U.",
    "release_id": "6317e6f9-4ef6-4797-b5de-2df6ed7aa3db",
    "release_group_id": null,
    "labels": [
        "Outernational"
    ],
    "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"
}