Information about plays

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

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

{
    "id": 457418,
    "uri": "https://api.kexp.org/v2/plays/457418/?format=api",
    "airdate": "2001-08-19T20:54:00-07:00",
    "show": 7752,
    "show_uri": "https://api.kexp.org/v2/shows/7752/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/41uyIjeC97L.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/41uyIjeC97L._SL75_.jpg",
    "song": "Lost World",
    "track_id": "e076cbdd-fb9b-4a54-a37b-df01909428e5",
    "recording_id": null,
    "artist": "Dry & Heavy",
    "artist_ids": [
        "514f0dff-81c0-41b3-b0af-3100199fc697"
    ],
    "album": "One Punch",
    "release_id": "a01b8a03-e7ac-454a-9132-75d7e404756b",
    "release_group_id": null,
    "labels": [
        "Beat Records"
    ],
    "label_ids": [
        "ea424c04-1edd-4ce4-8b3b-8181571ccaa3"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}