Information about plays

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

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

{
    "id": 454445,
    "uri": "https://api.kexp.org/v2/plays/454445/?format=api",
    "airdate": "2001-08-11T04:14:07-07:00",
    "show": 7689,
    "show_uri": "https://api.kexp.org/v2/shows/7689/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody's Woman",
    "track_id": "6c4d4a35-b8b0-409f-b694-8d62c41b981c",
    "recording_id": null,
    "artist": "Charlie Feathers",
    "artist_ids": [
        "2189f0ca-a063-4c33-8f48-1dd12c6ef6b6"
    ],
    "album": "Get With It: Essential Recordings (1954-69) (disc 1)",
    "release_id": "f8e89a0b-6bda-4792-affa-a9baf34fe850",
    "release_group_id": null,
    "labels": [
        "King"
    ],
    "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"
}