Information about plays

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

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

{
    "id": 420831,
    "uri": "https://api.kexp.org/v2/plays/420831/?format=api",
    "airdate": "2001-05-03T14:26:40-07:00",
    "show": 7042,
    "show_uri": "https://api.kexp.org/v2/shows/7042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SQ3192XQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SQ3192XQL._SL75_.jpg",
    "song": "We're Gonna Rock",
    "track_id": "c0bfcdde-daae-40a8-bb49-0f0895e74f58",
    "recording_id": null,
    "artist": "Paul Burlison",
    "artist_ids": [
        "7eb86d55-a322-461b-b21f-905ffc98bfb0"
    ],
    "album": "Train Kept A-Rollin'",
    "release_id": "b0cdd044-1b5a-4f57-80d2-eb3fb4855336",
    "release_group_id": null,
    "labels": [
        "Sweetfish"
    ],
    "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"
}