Information about plays

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

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

{
    "id": 1388664,
    "uri": "https://api.kexp.org/v2/plays/1388664/?format=api",
    "airdate": "2008-06-22T11:43:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle",
    "track_id": "842f2bfa-7ced-42f1-bda8-2049e19ae026",
    "recording_id": null,
    "artist": "Young Senators",
    "artist_ids": [
        "b02548b2-83ba-44ad-bfbe-4d2bb1213bdb"
    ],
    "album": "Funk Fever (disc 2: Rare Groove 70's)",
    "release_id": "6d6761d7-4dac-436a-973f-112e0f16e653",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}