Information about plays

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

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

{
    "id": 1358428,
    "uri": "https://api.kexp.org/v2/plays/1358428/?format=api",
    "airdate": "2008-04-05T03:55:16-07:00",
    "show": 23721,
    "show_uri": "https://api.kexp.org/v2/shows/23721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Words of Expectation",
    "track_id": "7e0a6b78-c487-4ee5-beb2-498831f6a498",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Kimble",
    "release_id": "d77b22cc-eb06-41fb-b6c6-540accbc85cb",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}