Information about plays

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

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

{
    "id": 378436,
    "uri": "https://api.kexp.org/v2/plays/378436/?format=api",
    "airdate": "2019-09-08T17:47:00-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Happy When It Rains",
    "track_id": "356da77b-f28b-38ef-9de7-71ae926de845",
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage / Version 2.0",
    "release_id": "8ec2aa57-4072-46c6-a9df-330723f43cea",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2008-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}