Information about plays

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

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

{
    "id": 501393,
    "uri": "https://api.kexp.org/v2/plays/501393/?format=api",
    "airdate": "2001-12-28T17:00:00-08:00",
    "show": 8609,
    "show_uri": "https://api.kexp.org/v2/shows/8609/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yeah It's True",
    "track_id": "55030d0e-85b5-4dae-9388-e43622273364",
    "recording_id": null,
    "artist": "Thee Butchers' Orchestra",
    "artist_ids": [
        "93254ddf-25b4-489a-8d92-128928149e73"
    ],
    "album": "Golden Hits By",
    "release_id": "d5c703fd-b37b-4939-8055-c6b83eb6af25",
    "release_group_id": null,
    "labels": [
        "Ordinary"
    ],
    "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"
}