Information about plays

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

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

{
    "id": 452567,
    "uri": "https://api.kexp.org/v2/plays/452567/?format=api",
    "airdate": "2001-08-05T21:56:28-07:00",
    "show": 7657,
    "show_uri": "https://api.kexp.org/v2/shows/7657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undersea Flight",
    "track_id": "301a3f34-2196-471b-97a7-10ff5b39411e",
    "recording_id": null,
    "artist": "Matrix",
    "artist_ids": [
        "ca5cc977-a7bf-4842-812e-91ac58e53111"
    ],
    "album": "To Shape the Future",
    "release_id": "8b08b624-1ae5-433d-ac49-156611f69b1a",
    "release_group_id": null,
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}