Information about plays

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

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

{
    "id": 445414,
    "uri": "https://api.kexp.org/v2/plays/445414/?format=api",
    "airdate": "2001-07-15T23:38:10-07:00",
    "show": 7522,
    "show_uri": "https://api.kexp.org/v2/shows/7522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Twelve Powers",
    "track_id": "7f7a84da-7660-47f1-b0f3-da5ffe47269b",
    "recording_id": null,
    "artist": "Steve Coleman",
    "artist_ids": [
        "0f1ae3cd-2ab3-435c-8a5b-245e8073d91a"
    ],
    "album": "The Sonic Language of Myth",
    "release_id": "df46794e-960d-432e-8cc2-1059b22d1f6d",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1999-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}