Information about plays

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

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

{
    "id": 440572,
    "uri": "https://api.kexp.org/v2/plays/440572/?format=api",
    "airdate": "2001-07-01T21:16:21-07:00",
    "show": 7432,
    "show_uri": "https://api.kexp.org/v2/shows/7432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "chinese warfare",
    "track_id": null,
    "recording_id": null,
    "artist": "Boo Williams",
    "artist_ids": [
        "265c41ad-2e21-4c7a-9523-bb447906bc8c"
    ],
    "album": "i hear a jaz ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nepenta"
    ],
    "label_ids": [
        "2a69793b-4ef1-4c7d-992b-268f3945fc27"
    ],
    "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"
}