Information about plays

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

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

{
    "id": 426652,
    "uri": "https://api.kexp.org/v2/plays/426652/?format=api",
    "airdate": "2001-05-21T17:56:15-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YT2C38RCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YT2C38RCL._SL75_.jpg",
    "song": "Bambay Gueej",
    "track_id": "c906d27c-d56c-47cb-8eb5-060825315597",
    "recording_id": null,
    "artist": "Cheikh N'Digel Lô",
    "artist_ids": [
        "0b1e097a-4afa-4e82-b5ef-b49cfcb54927"
    ],
    "album": "Bambay Gueej",
    "release_id": "2a0fda8c-1a0b-402d-8793-93897dbe6963",
    "release_group_id": null,
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "1999-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}