Information about plays

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

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

{
    "id": 349308,
    "uri": "https://api.kexp.org/v2/plays/349308/?format=api",
    "airdate": "2019-07-02T23:44:10-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always Be My Maybe",
    "track_id": "340e8776-84b1-414d-ab40-391157ebd224",
    "recording_id": null,
    "artist": "Ruby Ibarra",
    "artist_ids": [
        "b4eed615-abb4-4ba8-bb74-ba649a881f6a"
    ],
    "album": "Always Be My Maybe",
    "release_id": "1fcc6d9c-8dbb-46b5-ab91-bfaac7b699c3",
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [
        "34086ebc-bcae-4919-b7cd-8b60af29ea18"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ruby Ibarra is a Filipino American rapper, music producer, and spoken word artist from San Lorenzo, California. She raps in Tagalog, Waray, and English. Her raps concern her cultural heritage and her experiences as an immigrant to the United States from the Philippines.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}