Information about plays

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

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

{
    "id": 355462,
    "uri": "https://api.kexp.org/v2/plays/355462/?format=api",
    "airdate": "2019-07-17T05:07:47-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "http://coverartarchive.org/release/3a003336-2137-4011-b137-c43512993629/15014830868-250.jpg",
    "thumbnail_uri": "",
    "song": "Heart of Chambers",
    "track_id": "2f357836-3c0c-3c27-85ab-433a8ca5f54b",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Devotion",
    "release_id": "3a003336-2137-4011-b137-c43512993629",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Still in love with Devotion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}