Information about plays

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

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

{
    "id": 348303,
    "uri": "https://api.kexp.org/v2/plays/348303/?format=api",
    "airdate": "2019-06-30T16:37:35-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/6da81820-466b-4896-9443-2776e2aa920b/23420200244-250.jpg",
    "thumbnail_uri": "",
    "song": "Origami Dreams",
    "track_id": "b9dbf051-7066-4dbc-a098-6f3f99213236",
    "recording_id": null,
    "artist": "Christelle Bofale",
    "artist_ids": [
        "77015c07-0281-4e46-8c68-3e7e1fb5898b"
    ],
    "album": "Swim Team",
    "release_id": "6da81820-466b-4896-9443-2776e2aa920b",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Support Christelle Bofale and buy her record here: https://christellebofale.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}