Information about plays

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

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

{
    "id": 1412790,
    "uri": "https://api.kexp.org/v2/plays/1412790/?format=api",
    "airdate": "2008-08-22T02:45:00-07:00",
    "show": 24644,
    "show_uri": "https://api.kexp.org/v2/shows/24644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wilderness",
    "track_id": "fcc75626-8087-4d8e-a347-5b0e91097bac",
    "recording_id": null,
    "artist": "Strength",
    "artist_ids": [
        "6c469d52-b7cf-44cf-b2eb-2dd558d959de"
    ],
    "album": "PDX Pop Now! 2008 (disc 1)",
    "release_id": "9795cd49-4b3b-43e0-a1cf-ac8e81ebbd39",
    "release_group_id": null,
    "labels": [
        "PDX Pop Now"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}