Information about plays

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

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

{
    "id": 344664,
    "uri": "https://api.kexp.org/v2/plays/344664/?format=api",
    "airdate": "2019-06-22T09:44:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "54-46, That's My Number",
    "track_id": null,
    "recording_id": null,
    "artist": "Toots",
    "artist_ids": [
        "99d29b2d-53c5-4d74-8158-c687074e03e4"
    ],
    "album": "Time Tough: The Anthology",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island Jamaica"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I said yeah (I said yeah), listen what I say (listen what I say) Toots & The Maytals's upcoming concert at Benaroya Hall in Seattle is on Aug 1st! https://www.seattlesymphony.org/concerttickets/calendar/2018-2019/live-at-bh/benaroyahall/toots-maytals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}