Information about plays

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

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

{
    "id": 1388623,
    "uri": "https://api.kexp.org/v2/plays/1388623/?format=api",
    "airdate": "2008-06-22T09:00:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highway 49",
    "track_id": "83341908-9f9e-4fa6-88a1-30d070f03a00",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "The Masters",
    "release_id": "7238cc1e-c825-49ac-a178-96cfd43258e5",
    "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"
}