Information about plays

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

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

{
    "id": 423812,
    "uri": "https://api.kexp.org/v2/plays/423812/?format=api",
    "airdate": "2001-05-12T18:28:00-07:00",
    "show": 7104,
    "show_uri": "https://api.kexp.org/v2/shows/7104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Protest Song",
    "track_id": "6cc28f36-eab4-40d9-8063-c73275e4c6d3",
    "recording_id": null,
    "artist": "The Last Great Liar",
    "artist_ids": [
        "db563390-0253-4dc2-9c7a-b05c9b93ea8a"
    ],
    "album": "Doppelgänger",
    "release_id": "dcca396a-331a-44ba-9033-42b545b3f2ce",
    "release_group_id": null,
    "labels": [
        "Baghead"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}