Information about plays

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

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

{
    "id": 356044,
    "uri": "https://api.kexp.org/v2/plays/356044/?format=api",
    "airdate": "2019-07-18T13:13:18-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/054cbec9-532f-4920-a5a0-37739778f365/8276498202-250.jpg",
    "thumbnail_uri": "",
    "song": "Searching",
    "track_id": "562f4962-2588-3307-b71a-c5434ec10d8c",
    "recording_id": null,
    "artist": "The Raybeats",
    "artist_ids": [
        "3eefc3e0-b839-4585-9f9a-2e8b5a1d0564"
    ],
    "album": "Guitar Beat",
    "release_id": "054cbec9-532f-4920-a5a0-37739778f365",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Raybeats were an American instrumental neo-surf rock combo from New York City that arose from the No Wave musical scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}