Information about plays

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

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

{
    "id": 357275,
    "uri": "https://api.kexp.org/v2/plays/357275/?format=api",
    "airdate": "2019-07-21T13:25:00-07:00",
    "show": 5956,
    "show_uri": "https://api.kexp.org/v2/shows/5956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls Just Want To Have Fun",
    "track_id": "e847f6ba-c16a-4cf8-9e07-81b78c40542e",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Jupiter",
    "release_id": "75f28252-0d8e-4bb2-b2c4-ce530d64889f",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [],
    "release_date": "2013-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Main Stage at 6:30 today and at Alma Mater in Tacoma on September 8. http://strfkr.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}