Information about plays

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

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

{
    "id": 378193,
    "uri": "https://api.kexp.org/v2/plays/378193/?format=api",
    "airdate": "2019-09-08T03:31:34-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "http://coverartarchive.org/release/5401e151-0973-4ed5-a903-83c0d45a988a/23862966899-250.jpg",
    "thumbnail_uri": "",
    "song": "Be Honest",
    "track_id": "e40b4edb-9a8a-4f3e-b983-904d5d05ad09",
    "recording_id": null,
    "artist": "Jorja Smith feat. Burna Boy",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "Be Honest",
    "release_id": "5401e151-0973-4ed5-a903-83c0d45a988a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single out last month from English singer Jorja Smith featuring Burna Boy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}