Information about plays

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

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

{
    "id": 369241,
    "uri": "https://api.kexp.org/v2/plays/369241/?format=api",
    "airdate": "2019-08-18T21:22:00-07:00",
    "show": 6156,
    "show_uri": "https://api.kexp.org/v2/shows/6156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Believe the Machine (Millimetric remix)",
    "track_id": "e8410d13-28a5-431a-9850-47aa15a95165",
    "recording_id": null,
    "artist": "David Caretta, Workerpoor",
    "artist_ids": [],
    "album": "Space Factory: The Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Space Factory"
    ],
    "label_ids": [
        "291159fb-163e-4981-bb2f-f49a69a769bb"
    ],
    "release_date": "2017-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}