Information about plays

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

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

{
    "id": 2682873,
    "uri": "https://api.kexp.org/v2/plays/2682873/?format=api",
    "airdate": "2020-01-06T14:06:50-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?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": "Melbourne shoegaze outfit Flyying Colours are back with 'Goodtimes', their first new track since acclaimed 2016 album 'Mindfullness'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}