Information about plays

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

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

{
    "id": 356844,
    "uri": "https://api.kexp.org/v2/plays/356844/?format=api",
    "airdate": "2019-07-20T11:25:30-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something Looking Good",
    "track_id": "e94d1869-fa7f-3b55-8af4-34ed17a834e5",
    "recording_id": null,
    "artist": "The Meditations",
    "artist_ids": [
        "0c2a95c5-2471-43aa-abe5-570c24578dd6"
    ],
    "album": "Guidance",
    "release_id": "f3a82249-9195-4d54-af04-da75b62f9918",
    "release_group_id": null,
    "labels": [
        "Makasound"
    ],
    "label_ids": [],
    "release_date": "2003-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Meditations are a reggae vocal harmony group from Jamaica formed in late 1974. They have released several studio albums and are still performing in the 2000s and today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}