Information about plays

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

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

{
    "id": 2676596,
    "uri": "https://api.kexp.org/v2/plays/2676596/?format=api",
    "airdate": "2019-12-22T03:15:29-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2302118-6f22-4b37-a4b2-fd8ff17edfbb/23818936854-250.jpg",
    "thumbnail_uri": "",
    "song": "Poison Arrow",
    "track_id": "c4aa368d-ffe6-47d1-a153-7c8789b75f41",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK artist Yeule's DIY approach to making music has had her building synthesizers by hand. 'Serotonin II' was released in October.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}