Information about plays

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

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

{
    "id": 470022,
    "uri": "https://api.kexp.org/v2/plays/470022/?format=api",
    "airdate": "2001-09-26T04:00:00-07:00",
    "show": 8001,
    "show_uri": "https://api.kexp.org/v2/shows/8001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514HJMPeKSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514HJMPeKSL._SL75_.jpg",
    "song": "The Girl That Killed September",
    "track_id": "777811e4-f03d-4962-8d82-37d17eeb7b65",
    "recording_id": null,
    "artist": "Neilson Hubbard",
    "artist_ids": [
        "59663f5c-9df8-4d41-b0d3-378a5dffeedd"
    ],
    "album": "Why Men Fail",
    "release_id": "2937bebb-d694-4036-8536-f034ce73e16d",
    "release_group_id": null,
    "labels": [
        "Parasol"
    ],
    "label_ids": [
        "e324c6e1-83e3-4d1a-a773-1b8d6edcf1f8"
    ],
    "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"
}