Information about plays

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

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

{
    "id": 375515,
    "uri": "https://api.kexp.org/v2/plays/375515/?format=api",
    "airdate": "2019-09-02T06:46:55-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Tide",
    "track_id": "c199d52a-3293-4eb2-b404-cfbd350363f9",
    "recording_id": null,
    "artist": "Lemolo",
    "artist_ids": [
        "aea5a115-b437-4d93-aa2e-fd829b8cfd1f"
    ],
    "album": "Swansea",
    "release_id": "b63da2dc-f5ab-4da7-b71d-289a1f012e21",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New album from multi-instrumentalist Meagan Grandall drops October 11. The album release party is on October 12 at St. Mark's Cathedral. Special guests include Galen Disston (Pickwick) and Brenda Xu. https://lemolomusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}