Information about plays

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

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

{
    "id": 416935,
    "uri": "https://api.kexp.org/v2/plays/416935/?format=api",
    "airdate": "2001-04-21T01:49:05-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hiAbgKmgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hiAbgKmgL._SL75_.jpg",
    "song": "Return of the \"G\"",
    "track_id": null,
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Aquemini",
    "release_id": "c3280a11-b6d6-4ffe-b8be-3368e73f465a",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1998-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}