Information about plays

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

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

{
    "id": 347744,
    "uri": "https://api.kexp.org/v2/plays/347744/?format=api",
    "airdate": "2019-06-29T06:27:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blown a Wish",
    "track_id": "d03047f0-1095-446b-b320-bd6b8630938f",
    "recording_id": null,
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "Loveless",
    "release_id": "3efa5800-68ea-4864-b339-c334ddd3629d",
    "release_group_id": null,
    "labels": [
        "Sony Music Japan International Inc."
    ],
    "label_ids": [
        "bcec5d01-a698-4d58-809e-22455e12fc87"
    ],
    "release_date": "2012-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}