Information about plays

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

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

{
    "id": 377631,
    "uri": "https://api.kexp.org/v2/plays/377631/?format=api",
    "airdate": "2019-09-06T18:31:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Much Love",
    "track_id": "52743ad8-49f9-33b1-9d24-6e2048202625",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "e9f39f46-aead-3bff-bbb8-1427b6eca0a9",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "2005-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP coverage of LCD Soundsystem's most recent release, Electric Lady Sessions. https://www.kexp.org/read/2019/1/11/lcd-soundsystem-reveal-tracklist-and-release-date-electric-lady-sessions/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}