Information about plays

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

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

{
    "id": 381968,
    "uri": "https://api.kexp.org/v2/plays/381968/?format=api",
    "airdate": "2019-09-17T11:42:57-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9da497a-ba6e-416b-94e7-bc624f550625/23731745510-250.jpg",
    "thumbnail_uri": "",
    "song": "My Only Swerving",
    "track_id": "df16cf95-075b-3cc5-8062-5172bd7ee2a4",
    "recording_id": null,
    "artist": "El Ten Eleven",
    "artist_ids": [
        "6c99afec-a207-4519-9d39-616880b6177b"
    ],
    "album": "El Ten Eleven",
    "release_id": "e9da497a-ba6e-416b-94e7-bc624f550625",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2005-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance of \"My Only Swerving\" from Denver in 2016:  https://www.youtube.com/watch?v=dNiimjX5Pxg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}