Information about plays

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

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

{
    "id": 1343059,
    "uri": "https://api.kexp.org/v2/plays/1343059/?format=api",
    "airdate": "2008-02-26T00:23:00-08:00",
    "show": 23467,
    "show_uri": "https://api.kexp.org/v2/shows/23467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chevelle",
    "track_id": "549325ed-ac73-4c02-8a16-35b4a2cbe4cb",
    "recording_id": null,
    "artist": "Drew Gress",
    "artist_ids": [
        "19b162af-0a3e-4e54-848c-df63ad828eb8"
    ],
    "album": "The Irrational Numbers",
    "release_id": "77e655be-4460-45e1-85d4-00df042ac2cc",
    "release_group_id": null,
    "labels": [
        "Premonition Records"
    ],
    "label_ids": [
        "d9fd6c99-a5a6-48e3-a696-c7c67e9cbda0"
    ],
    "release_date": "2007-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}