Information about plays

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

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

{
    "id": 373918,
    "uri": "https://api.kexp.org/v2/plays/373918/?format=api",
    "airdate": "2019-08-29T09:09:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Coats",
    "track_id": "7fc11963-ef0d-3566-b08d-11ebe888280a",
    "recording_id": null,
    "artist": "New Model Army",
    "artist_ids": [
        "e60e1f0b-1e8c-45e7-9d4a-222db9cb34f7"
    ],
    "album": "History: The Singles 85-91",
    "release_id": "52b58a71-0cd9-4180-8a9e-a9fe8e6e3633",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Mark Lysynecky's \"Hang the DJ\" mix here on Mixtape Week | Off of 1989's <i>Thunder and Consolation</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}