Information about plays

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

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

{
    "id": 374015,
    "uri": "https://api.kexp.org/v2/plays/374015/?format=api",
    "airdate": "2019-08-29T14:37:31-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/b292c647-e3f6-4991-a919-7bd4df4d99ff/17513520760-250.jpg",
    "thumbnail_uri": "",
    "song": "LOVE.",
    "track_id": "87104c8d-1d76-4eaf-9ef5-0122221395ff",
    "recording_id": null,
    "artist": "Kendrick Lamar feat. Zacari",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "DAMN.",
    "release_id": "b292c647-e3f6-4991-a919-7bd4df4d99ff",
    "release_group_id": null,
    "labels": [
        "Top Dog Records"
    ],
    "label_ids": [
        "3bdf4987-3de7-4ed4-8d50-493ba5863c06"
    ],
    "release_date": "2017-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'LOVE.' is a love song where Lamar describes his devotion to his fiancée, Whitney Alford",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}