Information about plays

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

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

{
    "id": 343612,
    "uri": "https://api.kexp.org/v2/plays/343612/?format=api",
    "airdate": "2019-06-19T18:46:14-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tipitina",
    "track_id": "be87bf29-bff1-349f-9f8d-4e38f84a2810",
    "recording_id": null,
    "artist": "Professor Longhair",
    "artist_ids": [],
    "album": "New Orleans Piano",
    "release_id": "e1cc4a4b-ea33-4321-a1f3-20d0f288fd13",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dr. John talking about the great ‘Fess and other influences: https://www.youtube.com/watch?v=4CmtUCB_hDg ; ‘Fess on Italian TV a while back, talkin' and playing this song live: https://www.youtube.com/watch?v=AMGewmEa0cA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}