Information about plays

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

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

{
    "id": 1343181,
    "uri": "https://api.kexp.org/v2/plays/1343181/?format=api",
    "airdate": "2008-02-26T07:52:00-08:00",
    "show": 23469,
    "show_uri": "https://api.kexp.org/v2/shows/23469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk on the Wild Side",
    "track_id": "a56c0cd3-f2b0-41e3-963f-1a2b6721c4e0",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Walk on the Wild Side",
    "release_id": "dee816a2-92e7-4902-9f89-b789e0c1f3ec",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}