Information about plays

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

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

{
    "id": 350461,
    "uri": "https://api.kexp.org/v2/plays/350461/?format=api",
    "airdate": "2019-07-05T13:25:59-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Runaround",
    "track_id": "3d23fa06-542e-47ff-8f98-8e15823e16e4",
    "recording_id": null,
    "artist": "Surf the Pines",
    "artist_ids": [
        "2be33f90-89ee-425e-bd7e-ca3b657e88a5"
    ],
    "album": "Fall Apart EP",
    "release_id": "6f72fbbf-26ce-43fe-a185-4a72ae08ba64",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Surf the Pines' debut EP is hook-filled power-pop with jangly guitars and soaring harmonies. They play the Tractor tomorrow/Saturday night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}