Information about plays

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

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

{
    "id": 415068,
    "uri": "https://api.kexp.org/v2/plays/415068/?format=api",
    "airdate": "2001-04-13T17:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song With No Words",
    "track_id": "f23712cf-c3ec-46b5-b9de-f95efc0839e5",
    "recording_id": null,
    "artist": "The Original Sins",
    "artist_ids": [
        "961d6d9f-2c06-45a8-a57d-b27140ebad3d"
    ],
    "album": "Suburban Primitive",
    "release_id": "5e2cc985-8870-484a-8b3e-6b59d0a3f359",
    "release_group_id": null,
    "labels": [
        "Blood Red Vinyl"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}