Information about plays

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

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

{
    "id": 516000,
    "uri": "https://api.kexp.org/v2/plays/516000/?format=api",
    "airdate": "2002-02-09T11:35:00-08:00",
    "show": 8896,
    "show_uri": "https://api.kexp.org/v2/shows/8896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deck of Cards",
    "track_id": "0bbf3efe-3064-4dfe-9cff-efef41fe84b4",
    "recording_id": null,
    "artist": "Prince Far I",
    "artist_ids": [
        "86f26c3e-c6ac-4829-ac22-f1a2133d4ffe"
    ],
    "album": "Original DJ Classics, Volume 2",
    "release_id": "580dcabd-c80c-444d-b7bf-ff29ff9c333d",
    "release_group_id": null,
    "labels": [
        "Rocky One"
    ],
    "label_ids": [
        "c5d25cdf-be60-440c-8836-4eb96ffae0c3"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}