Information about plays

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

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

{
    "id": 346367,
    "uri": "https://api.kexp.org/v2/plays/346367/?format=api",
    "airdate": "2019-06-26T06:55:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Burn",
    "track_id": "2206d069-d1da-4f73-ac43-9a4810a7af63",
    "recording_id": null,
    "artist": "Kacey Musgraves",
    "artist_ids": [
        "d1393ecb-431b-4fde-a6ea-d769f2f040cb"
    ],
    "album": "Golden Hour",
    "release_id": "cd0e5972-4e9f-44a8-aea2-5466f5eed457",
    "release_group_id": null,
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the request Matt! Here's what Kacey Musgraves said about \"Slow Burn\": \"The best things in life are a slow burn -- something you enjoy the journey of.\" - https://theboot.com/kacey-musgraves-slow-burn-lyrics-information/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}