Information about plays

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

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

{
    "id": 377258,
    "uri": "https://api.kexp.org/v2/plays/377258/?format=api",
    "airdate": "2019-09-06T00:34:32-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "Good Morning Love",
    "track_id": "a0bc4913-e3a3-4b98-b048-04c97938fb05",
    "recording_id": null,
    "artist": "Common feat. Samora Pinderhughes",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Emmy, GRAMMY, and Oscar winning rapper, actor, activist, and best selling author just released his twelfth studio album, Let Love. Inspired by a phone call from his daughter that forced him to reconsider his approach to fatherhood, faith, and family, Let Love is “a captivating tale about using love as a weapon to overcome”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}