Information about plays

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

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

{
    "id": 2682207,
    "uri": "https://api.kexp.org/v2/plays/2682207/?format=api",
    "airdate": "2020-01-04T22:27:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eat Her Face",
    "track_id": "e583b0c5-d371-363f-830f-e9949b0488c3",
    "recording_id": null,
    "artist": "Leatherface",
    "artist_ids": [],
    "album": "BYO Split Series, Volume I",
    "release_id": "0cf3fff5-4756-341d-8962-5ccf0690cc25",
    "release_group_id": null,
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "split with Hotwatermusic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}