Information about plays

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

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

{
    "id": 454936,
    "uri": "https://api.kexp.org/v2/plays/454936/?format=api",
    "airdate": "2001-08-12T18:15:00-07:00",
    "show": 7702,
    "show_uri": "https://api.kexp.org/v2/shows/7702/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/319QBHGT65L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/319QBHGT65L._SL75_.jpg",
    "song": "Freestyle",
    "track_id": "dae41894-ecd4-499c-8ba0-a9c738dc7e15",
    "recording_id": null,
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "The Mix Tape, Volume 3: 60 Minutes of Funk: The Final Chapter",
    "release_id": "8d516642-9391-4ca2-af93-4fdf3816152e",
    "release_group_id": null,
    "labels": [
        "White Label"
    ],
    "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"
}