Information about plays

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

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

{
    "id": 2680849,
    "uri": "https://api.kexp.org/v2/plays/2680849/?format=api",
    "airdate": "2020-01-01T14:41:33-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef0f130b-5ecb-4b4e-857e-a8a3ef63b758/24628643746-250.jpg",
    "thumbnail_uri": "",
    "song": "Matando",
    "track_id": "1f75a8ce-b7c8-402d-96df-cc77320f9497",
    "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": "When Tei Shi moved to Los Angeles from New York in 2017, she came across a quaint apartment complex called La Linda. At the time, she had no idea that it’s name would inspire the rich, sonic universe of her highly anticipated second album.\n\nWatch, Tei Shi performing live in the KEXP studio. Recorded June 16, 2017 https://www.youtube.com/watch?v=SBVZetm9bO4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}