Information about plays

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

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

{
    "id": 357566,
    "uri": "https://api.kexp.org/v2/plays/357566/?format=api",
    "airdate": "2019-07-22T08:16:09-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rainforest Town",
    "track_id": "ae91ec8f-3eb8-4e5c-95af-19d0f4678904",
    "recording_id": null,
    "artist": "Ess Ford",
    "artist_ids": [
        "e1982f5d-96fb-4707-81db-f4b88ddedacc"
    ],
    "album": "Rainforest Town",
    "release_id": "3cb02f9e-d5a2-48ce-93fb-6d587feab94c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can purchase \"Rainforest Town\" by Seattle musician Ess Ford at his Bandcamp page:  https://essford.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}