Information about plays

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

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

{
    "id": 1340403,
    "uri": "https://api.kexp.org/v2/plays/1340403/?format=api",
    "airdate": "2008-02-18T21:00:19-08:00",
    "show": 23421,
    "show_uri": "https://api.kexp.org/v2/shows/23421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luzia Luluza",
    "track_id": null,
    "recording_id": null,
    "artist": "Gilberto Gil",
    "artist_ids": [
        "cf6b70f6-2616-481c-912c-0263cabfc974"
    ],
    "album": "1968",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music Brasil"
    ],
    "label_ids": [
        "5f92caa2-4ada-4cee-9f55-0e53cc183088"
    ],
    "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"
}