Information about plays

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

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

{
    "id": 1345001,
    "uri": "https://api.kexp.org/v2/plays/1345001/?format=api",
    "airdate": "2008-03-02T20:12:00-08:00",
    "show": 23506,
    "show_uri": "https://api.kexp.org/v2/shows/23506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Show",
    "track_id": "a76bb7b0-d115-4574-b053-35ad4c761e38",
    "recording_id": null,
    "artist": "Doug E. Fresh",
    "artist_ids": [
        "029c683d-4e0f-4264-a563-ca7743b33b07"
    ],
    "album": "The Mother of All Electro Compilations",
    "release_id": "138fed2c-97fd-4844-9864-2acd49ac3d7b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}