Information about plays

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

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

{
    "id": 352374,
    "uri": "https://api.kexp.org/v2/plays/352374/?format=api",
    "airdate": "2019-07-10T01:31:31-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superbike",
    "track_id": "dd3018b0-ccf1-47eb-9ee8-e68506106a88",
    "recording_id": null,
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Anak Ko",
    "release_id": "b56191a4-a8ca-42d9-b722-0db6d5ab858b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Superbike was recently a Song of the Day. Check it out here: https://www.kexp.org/podcasts/song-of-the-day/2019/7/1/jay-som-superbike/ Jay Som plays Neumos on September 18th with Boy Scouts and Affectionately.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}