Information about plays

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

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

{
    "id": 372776,
    "uri": "https://api.kexp.org/v2/plays/372776/?format=api",
    "airdate": "2019-08-27T02:45:26-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "http://coverartarchive.org/release/d2302118-6f22-4b37-a4b2-fd8ff17edfbb/23818936854-250.jpg",
    "thumbnail_uri": "",
    "song": "Pixel Affection",
    "track_id": "83d80df3-872a-4ae5-b093-765d17b2bcdc",
    "recording_id": null,
    "artist": "Yeule",
    "artist_ids": [
        "31da7b06-bc30-4a1f-9f4a-c2ac1a84167f"
    ],
    "album": "Serotonin II",
    "release_id": "d2302118-6f22-4b37-a4b2-fd8ff17edfbb",
    "release_group_id": null,
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super excited for the Singaporean musician's debut full-length, out October 25th! (great music video too) - https://youtu.be/Arfse3z5YzQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}