Information about plays

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

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

{
    "id": 426333,
    "uri": "https://api.kexp.org/v2/plays/426333/?format=api",
    "airdate": "2001-05-20T19:35:00-07:00",
    "show": 7157,
    "show_uri": "https://api.kexp.org/v2/shows/7157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vital Nerve",
    "track_id": "464c7aca-7497-48a4-af09-8dabf9e285c1",
    "recording_id": null,
    "artist": "Company Flow",
    "artist_ids": [
        "7bb2067c-ec6a-4e9c-8336-ab475d4f4984"
    ],
    "album": "Eight Steps to Perfection",
    "release_id": "976c5d1d-a7f6-4703-8a3b-5854ec9c7ea4",
    "release_group_id": null,
    "labels": [
        "Rawkus"
    ],
    "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"
}