Information about plays

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

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

{
    "id": 345201,
    "uri": "https://api.kexp.org/v2/plays/345201/?format=api",
    "airdate": "2019-06-23T15:11:31-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Lady",
    "track_id": "f2551e54-749e-44de-8d67-cafad397b3a8",
    "recording_id": null,
    "artist": "Merchandise",
    "artist_ids": [
        "44c26f0c-7f46-4cf0-9673-f7aa1bec1e5b"
    ],
    "album": "After The End",
    "release_id": "f4b74bb5-272a-4eb2-ad78-78965d5beb42",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}