Information about plays

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

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

{
    "id": 509476,
    "uri": "https://api.kexp.org/v2/plays/509476/?format=api",
    "airdate": "2002-01-21T22:37:00-08:00",
    "show": 8776,
    "show_uri": "https://api.kexp.org/v2/shows/8776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The New Goth",
    "track_id": "cf3a35a5-861c-42a5-9fd4-919470197ead",
    "recording_id": null,
    "artist": "Paul Newman",
    "artist_ids": [
        "bf41d826-5089-4c30-bc09-951674ccd021"
    ],
    "album": "Only Love Can Break Your Heart",
    "release_id": "44f3215c-da24-42d6-989e-34149465d056",
    "release_group_id": null,
    "labels": [
        "Trance Syndicate"
    ],
    "label_ids": [
        "aaaa155f-be27-4e02-b14c-594b2cbdf010"
    ],
    "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"
}