Information about plays

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

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

{
    "id": 366031,
    "uri": "https://api.kexp.org/v2/plays/366031/?format=api",
    "airdate": "2019-08-11T14:41:12-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Adventure Song pt 2",
    "track_id": "9d1da597-b702-465a-a9df-c8390db88629",
    "recording_id": null,
    "artist": "45th St Brass",
    "artist_ids": [
        "a1f4296c-6dfc-4ad0-8c0d-80684c782f63"
    ],
    "album": "The Curtain Show",
    "release_id": "bf863b51-bc93-42cb-a65d-3e9b1996b97a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fresh off Doe Bay Fest this weekend, 45th Street Brass will be at The Tractor this Thursday. http://45thstbrass.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}