Information about plays

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

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

{
    "id": 347190,
    "uri": "https://api.kexp.org/v2/plays/347190/?format=api",
    "airdate": "2019-06-27T22:44:41-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/49aee26c-abd5-4c46-a4c2-79a3189344e4/23327245392-250.jpg",
    "thumbnail_uri": "",
    "song": "HER Love",
    "track_id": "cf94f02e-3448-41a7-96d9-c451b94d8737",
    "recording_id": null,
    "artist": "Common & Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "HER Love",
    "release_id": "49aee26c-abd5-4c46-a4c2-79a3189344e4",
    "release_group_id": null,
    "labels": [
        "Concord Music Group"
    ],
    "label_ids": [
        "0dd8c586-acc3-46f8-bd97-db1d3ce089fc"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Common returns with the new single ‘Her Love’, a sequel to his classic track ‘I Used to Love HER’, featuring guests Daniel Caesar and Dwele over an unreleased beat by the late J Dilla.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}