Information about plays

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

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

{
    "id": 350585,
    "uri": "https://api.kexp.org/v2/plays/350585/?format=api",
    "airdate": "2019-07-05T20:30:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Con calma",
    "track_id": "66306b9f-6643-48bd-b931-ecb3c25ea267",
    "recording_id": null,
    "artist": "Daddy Yankee",
    "artist_ids": [],
    "album": "Con calma",
    "release_id": "ab21d549-cccb-4232-8830-dc9a0a67cd1f",
    "release_group_id": null,
    "labels": [
        "UMLE"
    ],
    "label_ids": [
        "70e6f184-42e3-4087-bf1f-fb40a4a577cc"
    ],
    "release_date": "2019-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the best reggaeton tracks so far this year! Puerto Rican artist. https://www.daddyyankee.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}