Information about plays

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

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

{
    "id": 2678348,
    "uri": "https://api.kexp.org/v2/plays/2678348/?format=api",
    "airdate": "2019-12-26T10:37:50-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef0f130b-5ecb-4b4e-857e-a8a3ef63b758/24628643746-250.jpg",
    "thumbnail_uri": "",
    "song": "We",
    "track_id": "399956c5-eed7-4c4c-a04d-a53ac4dced1b",
    "recording_id": null,
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "La Linda",
    "release_id": "ef0f130b-5ecb-4b4e-857e-a8a3ef63b758",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Valerie Teicher Barbosa, best known by her stage name Tei Shi, is a Colombian-Canadian singer, songwriter, and record producer based in New York City. The album <i>La Linda</i> was released in November 2019. Tei Shi said about the new album \"I wanted this whole project to reflect the feeling of stepping into another world that’s almost surreal or fantastical in its beauty.\" https://bit.ly/34X13X3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}