Information about plays

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

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

{
    "id": 380833,
    "uri": "https://api.kexp.org/v2/plays/380833/?format=api",
    "airdate": "2019-09-14T15:15:00-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look What You Done for Me",
    "track_id": "98da0473-b8f5-4c0a-bb19-b7bf32957abc",
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I’m Still in Love With You",
    "release_id": "15e4ea1a-3fb2-4e41-bf8e-ca38bea4075f",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green's album \"I'm Still in Love With You\" reached #4 on the Billboard 200 and #1 on the US R&B Album list in 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}