Information about plays

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

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

{
    "id": 343840,
    "uri": "https://api.kexp.org/v2/plays/343840/?format=api",
    "airdate": "2019-06-20T07:58:32-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fringe Runner",
    "track_id": "cf7276fa-59bd-4e3f-bb07-c82bf243284a",
    "recording_id": null,
    "artist": "Fat White Family",
    "artist_ids": [
        "0935da47-cf41-4aa1-a91a-850ced520454"
    ],
    "album": "Serfs Up!",
    "release_id": "eacf75a0-0aee-4e1e-8a1f-be29bfae4972",
    "release_group_id": null,
    "labels": [
        "Domino Recording Co Ltd"
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off <i>Serf's Up!</i>, the third album from London-based Fat White Family. Find it here: https://fatwhitefamily.bandcamp.com/album/serfs-up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}