Information about plays

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

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

{
    "id": 1411406,
    "uri": "https://api.kexp.org/v2/plays/1411406/?format=api",
    "airdate": "2008-08-18T18:42:10-07:00",
    "show": 24624,
    "show_uri": "https://api.kexp.org/v2/shows/24624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ande Ethiopia",
    "track_id": "96c66e1d-7f82-493a-94f5-04bd192bbdf5",
    "recording_id": null,
    "artist": "Ejigayehu \"Gigi\" Shibabaw",
    "artist_ids": [
        "cc48bc25-869e-4cfa-b817-09838976ef36"
    ],
    "album": "One Ethiopia",
    "release_id": "e3a77b0a-ce63-4956-a526-9dff6123e820",
    "release_group_id": null,
    "labels": [
        "Barkhanns"
    ],
    "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"
}