Information about plays

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

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

{
    "id": 431573,
    "uri": "https://api.kexp.org/v2/plays/431573/?format=api",
    "airdate": "2001-06-05T12:30:00-07:00",
    "show": 7259,
    "show_uri": "https://api.kexp.org/v2/shows/7259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toss",
    "track_id": "ab2a80bd-64eb-430d-81ee-342afe3260d9",
    "recording_id": null,
    "artist": "Fragile Porcelain Mice",
    "artist_ids": [
        "b5d7f9f4-8ab8-4b81-bd17-61c1d3336f48"
    ],
    "album": "Frostbidding",
    "release_id": "ade1cbd6-ca57-4253-8d89-c71f475d08a3",
    "release_group_id": null,
    "labels": [
        "ArtDamage"
    ],
    "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"
}