Information about plays

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

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

{
    "id": 2678796,
    "uri": "https://api.kexp.org/v2/plays/2678796/?format=api",
    "airdate": "2019-12-27T14:31:08-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goodtimes",
    "track_id": "b071fe05-4b91-4431-8fae-a2f78d63558f",
    "recording_id": null,
    "artist": "Flyying Colours",
    "artist_ids": [
        "dfb37fbb-b2eb-41de-9369-d5fd60f5d472"
    ],
    "album": "Goodtimes",
    "release_id": "3ecaceea-502d-4db1-8674-4eea219bcd3a",
    "release_group_id": null,
    "labels": [
        "Poison City Records"
    ],
    "label_ids": [
        "42ff3b7f-7ea3-409b-b800-c565fb35883f"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavily inspired by the loud, heavy guitars of shoegaze groups like Ride and the sweet melodies of dream pop artists like Slowdive, Melbourne, Australia's Flyying Colors formed in 2011 to make their own version of the sounds they loved. https://bit.ly/2Sba6AO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}