Information about plays

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

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

{
    "id": 1385910,
    "uri": "https://api.kexp.org/v2/plays/1385910/?format=api",
    "airdate": "2008-06-15T11:09:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Knows You When You're Down and Out",
    "track_id": "4e4c1c80-854d-4f1d-b11a-a2b7e92f77de",
    "recording_id": null,
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Soul Sensation Live",
    "release_id": "eae3ab6b-de91-4214-8322-b0b92a1aee11",
    "release_group_id": null,
    "labels": [],
    "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"
}