Information about plays

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

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

{
    "id": 434431,
    "uri": "https://api.kexp.org/v2/plays/434431/?format=api",
    "airdate": "2001-06-14T00:46:40-07:00",
    "show": 7311,
    "show_uri": "https://api.kexp.org/v2/shows/7311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Omaha",
    "track_id": "6e683b26-f628-445c-8aa1-452a8a250942",
    "recording_id": null,
    "artist": "Gorodisch",
    "artist_ids": [
        "8cd574c0-b9f7-4998-94f4-654dffaecdf2"
    ],
    "album": "Osmosis",
    "release_id": "a6387557-5289-4bc6-8a8c-da7a69939c75",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "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"
}