Information about plays

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

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

{
    "id": 432397,
    "uri": "https://api.kexp.org/v2/plays/432397/?format=api",
    "airdate": "2001-06-07T19:15:47-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persona-Non-Grata",
    "track_id": "4676224e-73fe-4004-8250-600f57ec7bc4",
    "recording_id": null,
    "artist": "Macon Greyson",
    "artist_ids": [
        "5de9d2a1-7c41-4b41-8e38-1eace34c33f7"
    ],
    "album": "Miles from Here",
    "release_id": "262a4262-2eb0-4f5e-bca6-59c7b3e2a3e8",
    "release_group_id": null,
    "labels": [
        "Idahogunbunny"
    ],
    "label_ids": [],
    "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"
}