Information about plays

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

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

{
    "id": 426545,
    "uri": "https://api.kexp.org/v2/plays/426545/?format=api",
    "airdate": "2001-05-21T11:22:30-07:00",
    "show": 7162,
    "show_uri": "https://api.kexp.org/v2/shows/7162/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4131FJWACVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4131FJWACVL._SL75_.jpg",
    "song": "It Was a Good Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "The Predator",
    "release_id": "a5bd8b71-bc6d-48fa-bf91-efc805c1e63c",
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1992-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}