Information about plays

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

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

{
    "id": 516389,
    "uri": "https://api.kexp.org/v2/plays/516389/?format=api",
    "airdate": "2002-02-10T21:19:00-08:00",
    "show": 8909,
    "show_uri": "https://api.kexp.org/v2/shows/8909/?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": [
        "BSI"
    ],
    "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"
}