Information about plays

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

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

{
    "id": 2680220,
    "uri": "https://api.kexp.org/v2/plays/2680220/?format=api",
    "airdate": "2019-12-31T03:26:41-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why'd'Ya Haftabee Sucha?",
    "track_id": "1a7c264f-17b6-4c9f-aea4-ce6d8e19c498",
    "recording_id": null,
    "artist": "Mean Lady",
    "artist_ids": [
        "8c6341b3-14af-4a2b-bfe0-53ca386ea2b6"
    ],
    "album": "Love Now",
    "release_id": "ad8db02f-f1cf-4f5e-b861-8fdfb942c50e",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2013-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}