Information about plays

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

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

{
    "id": 375358,
    "uri": "https://api.kexp.org/v2/plays/375358/?format=api",
    "airdate": "2019-09-01T19:55:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "\"T\" Plays It Cool (Soundtrack version)",
    "track_id": "e5a33f45-fd18-3164-b1b9-99f152b878ee",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Trouble Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hip‐O Select"
    ],
    "label_ids": [
        "806a6363-9766-4dc1-8352-d3c2a1ac0ce9"
    ],
    "release_date": "2012-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}