Information about plays

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

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

{
    "id": 374377,
    "uri": "https://api.kexp.org/v2/plays/374377/?format=api",
    "airdate": "2019-08-30T07:15:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trinity",
    "track_id": "b11f8af8-ba9c-328a-81e3-6a2c63640391",
    "recording_id": null,
    "artist": "Franco Micalizzi",
    "artist_ids": [
        "aa02934c-1ae5-4130-be27-e6aec81d6281"
    ],
    "album": "Cinema a mano armata",
    "release_id": "c65aa764-b699-46ca-94b9-e965f5e81d4a",
    "release_group_id": null,
    "labels": [
        "New Team Music"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Carly, for this playlist entitled \"Ode To Us,\" a celebration of the music that you and your partner shared for ten years.  This song by Italian composer Franco Micalizzi was part of the musical score for the spaghetti western \"They Call Me Trinity.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}