Information about plays

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

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

{
    "id": 351417,
    "uri": "https://api.kexp.org/v2/plays/351417/?format=api",
    "airdate": "2019-07-07T18:53:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Boy From Ipanema (live at the Copa/1965)",
    "track_id": "5b1ee330-2d87-32a7-b5fa-f843c4bf76ed",
    "recording_id": null,
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "At the Copa",
    "release_id": "09ee6cfb-3071-4491-b052-3e61a8ff006e",
    "release_group_id": null,
    "labels": [
        "Hip‐O Select"
    ],
    "label_ids": [
        "806a6363-9766-4dc1-8352-d3c2a1ac0ce9"
    ],
    "release_date": "2012-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}