Information about plays

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

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

{
    "id": 348974,
    "uri": "https://api.kexp.org/v2/plays/348974/?format=api",
    "airdate": "2019-07-02T08:57:02-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1bb264e-0d49-4234-881d-ec8edf899088/14092497504-250.jpg",
    "thumbnail_uri": "",
    "song": "Safe and Sound",
    "track_id": "ab099284-0011-42c4-ab46-d3bf163f0ff8",
    "recording_id": null,
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Safe and Sound",
    "release_id": "f1bb264e-0d49-4234-881d-ec8edf899088",
    "release_group_id": null,
    "labels": [
        "Ed Banger Records"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": "2016-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the album title: “’Woman’ is a very powerful, beautiful word. If we’re honest with ourselves, much of what we do is mostly to please women or make them proud of us. It’s a tribute to the women in our lives; mothers, daughters, lovers, friends, collaborators.” See the full interview here: https://bit.ly/2Tzv65j",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}