Information about plays

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

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

{
    "id": 2680687,
    "uri": "https://api.kexp.org/v2/plays/2680687/?format=api",
    "airdate": "2020-01-01T05:33:59-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bike",
    "track_id": "e08ac5fd-6da8-4a98-bf4a-6deee0202e22",
    "recording_id": null,
    "artist": "Kevin",
    "artist_ids": [
        "25b5384e-3104-4bcb-b7d8-2861826a6db7"
    ],
    "album": ".ORG",
    "release_id": "5405fb87-b851-4175-9a22-23df8710a470",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kevinthemusicalgroup.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}