Information about plays

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

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

{
    "id": 489076,
    "uri": "https://api.kexp.org/v2/plays/489076/?format=api",
    "airdate": "2001-11-21T23:20:00-08:00",
    "show": 8372,
    "show_uri": "https://api.kexp.org/v2/shows/8372/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-HAr80j4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-HAr80j4L._SL75_.jpg",
    "song": "Nights Interlude",
    "track_id": "6d259d06-40c7-4e93-8b0f-0d776696d5be",
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "The Future Sound of Jazz, Volume 2",
    "release_id": "d6551fa1-b6b2-40b1-8fdf-e34c50a9626f",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}