Information about plays

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

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

{
    "id": 425991,
    "uri": "https://api.kexp.org/v2/plays/425991/?format=api",
    "airdate": "2001-05-19T10:00:00-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sCjyEbabL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sCjyEbabL._SL75_.jpg",
    "song": "Young, Gifted, and Black",
    "track_id": "044b56fb-1465-4866-82b3-1f431eed6b34",
    "recording_id": null,
    "artist": "The Heptones",
    "artist_ids": [
        "01bdd90c-59b7-4e18-8934-7db4ac00d094"
    ],
    "album": "Sea of Love",
    "release_id": "a2ec9761-2485-46f9-9cb8-f39ad2a3ac3b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}