Information about plays

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

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

{
    "id": 430665,
    "uri": "https://api.kexp.org/v2/plays/430665/?format=api",
    "airdate": "2001-06-02T15:33:20-07:00",
    "show": 7240,
    "show_uri": "https://api.kexp.org/v2/shows/7240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31735REVSPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31735REVSPL._SL75_.jpg",
    "song": "King of Ska",
    "track_id": "a4832ba0-cd08-4569-823a-10ce433c41ef",
    "recording_id": null,
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "King of Ska",
    "release_id": "957ddb5d-9d76-411b-9aa6-bce748b32982",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}