Information about plays

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

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

{
    "id": 421895,
    "uri": "https://api.kexp.org/v2/plays/421895/?format=api",
    "airdate": "2001-05-07T02:44:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chemical Noir",
    "track_id": "fdd1e727-e9e5-4044-b71d-c4752b8a87f5",
    "recording_id": null,
    "artist": "Witchman",
    "artist_ids": [
        "1549f26f-f0e3-47a5-9bfc-a546d5f1ddad"
    ],
    "album": "Heavy Traffic (disc 1)",
    "release_id": "673875f7-2c6c-443e-b125-2f8debd66417",
    "release_group_id": null,
    "labels": [
        "Bomb Central"
    ],
    "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"
}