Information about plays

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

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

{
    "id": 417422,
    "uri": "https://api.kexp.org/v2/plays/417422/?format=api",
    "airdate": "2001-04-23T12:55:42-07:00",
    "show": 6971,
    "show_uri": "https://api.kexp.org/v2/shows/6971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Night Stand",
    "track_id": "bb8d115d-b100-4397-b200-a3fe9238e9a1",
    "recording_id": null,
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "Ugly but Honest: 1996-1999",
    "release_id": "96c3b024-b433-4ca0-a1ce-7684c86e73c9",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}