Information about plays

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

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

{
    "id": 375553,
    "uri": "https://api.kexp.org/v2/plays/375553/?format=api",
    "airdate": "2019-09-02T08:54:02-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/abbed296-3d79-42b3-b2d9-527f0516615b/22428038092-250.jpg",
    "thumbnail_uri": "",
    "song": "Devotion",
    "track_id": "ba26acfc-7f30-463f-aef9-6df9f42d5f6f",
    "recording_id": null,
    "artist": "Pure Bathing Culture",
    "artist_ids": [
        "90d97d69-a947-4cd2-8b39-c5dec750a6f7"
    ],
    "album": "Night Pass",
    "release_id": "abbed296-3d79-42b3-b2d9-527f0516615b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.purebathingculture.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}