Information about plays

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

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

{
    "id": 440316,
    "uri": "https://api.kexp.org/v2/plays/440316/?format=api",
    "airdate": "2001-07-01T00:27:41-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gani Lasmar",
    "track_id": "68747b6e-3d40-441b-80c2-ce028a940f12",
    "recording_id": null,
    "artist": "Hossam Ramzy",
    "artist_ids": [
        "9e4855dc-84fd-4066-b8e4-b6b52bf8e3f8"
    ],
    "album": "Egyptian Rai",
    "release_id": "abb507a2-96d8-49bb-ae0a-04f85bfccf6a",
    "release_group_id": null,
    "labels": [
        "ARC Music"
    ],
    "label_ids": [
        "6b2c4fa4-1a35-445a-a9e6-bd41ed3819b7"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}