Information about plays

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

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

{
    "id": 381073,
    "uri": "https://api.kexp.org/v2/plays/381073/?format=api",
    "airdate": "2019-09-15T04:38:14-07:00",
    "show": 6343,
    "show_uri": "https://api.kexp.org/v2/shows/6343/?format=api",
    "image_uri": "http://coverartarchive.org/release/5d53077d-a977-4b9c-ba3d-4b0b6225e9ba/24094684290-250.jpg",
    "thumbnail_uri": "",
    "song": "Power to the People",
    "track_id": "947a60cd-051c-438a-a1a1-8fd9742f2a8d",
    "recording_id": null,
    "artist": "Octo Octa",
    "artist_ids": [
        "3fa65334-e3c4-4e83-b24f-5af5535ba462"
    ],
    "album": "Resonant Body",
    "release_id": "5d53077d-a977-4b9c-ba3d-4b0b6225e9ba",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}