Information about plays

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

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

{
    "id": 378785,
    "uri": "https://api.kexp.org/v2/plays/378785/?format=api",
    "airdate": "2019-09-09T15:33:19-07:00",
    "show": 6306,
    "show_uri": "https://api.kexp.org/v2/shows/6306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life's a Gas",
    "track_id": "328b7e51-b368-3b7d-a962-cced84c5e9a7",
    "recording_id": null,
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "What You Do to Me",
    "release_id": "5d8fa045-394b-4dec-8084-133960a83365",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T REXXXXXXXXXXX <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}