Information about plays

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

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

{
    "id": 487769,
    "uri": "https://api.kexp.org/v2/plays/487769/?format=api",
    "airdate": "2001-11-18T02:10:35-08:00",
    "show": 8348,
    "show_uri": "https://api.kexp.org/v2/shows/8348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HTTKZ5RPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HTTKZ5RPL._SL75_.jpg",
    "song": "Mr. Brown",
    "track_id": null,
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Mr. Isaacs",
    "release_id": "2e9ce22f-e7c1-488f-b9b2-41e27a9007ed",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "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"
}