Information about plays

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

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

{
    "id": 352545,
    "uri": "https://api.kexp.org/v2/plays/352545/?format=api",
    "airdate": "2019-07-10T11:03:48-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soft Shape",
    "track_id": "9e548d86-2178-467c-a7ec-b9042d602780",
    "recording_id": null,
    "artist": "empath",
    "artist_ids": [
        "5033a37b-4c7c-4915-badd-7f1231291130"
    ],
    "album": "Active Listening: Night on Earth",
    "release_id": "e2d9e26f-71cc-49e8-b0ba-8ddac32ecafe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}