Information about plays

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

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

{
    "id": 440050,
    "uri": "https://api.kexp.org/v2/plays/440050/?format=api",
    "airdate": "2001-06-30T03:11:15-07:00",
    "show": 7418,
    "show_uri": "https://api.kexp.org/v2/shows/7418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Miss a Lot of Trains",
    "track_id": "2c6ea9bc-a709-49df-bcd6-bb63a225de7d",
    "recording_id": null,
    "artist": "Iris DeMent",
    "artist_ids": [
        "e06aa44d-4c98-40c6-bf1d-d54637fa0bde"
    ],
    "album": "Real: The Tom T. Hall Project",
    "release_id": "223248a1-54ce-4758-9310-4e85610182e4",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}