Information about plays

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

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

{
    "id": 344175,
    "uri": "https://api.kexp.org/v2/plays/344175/?format=api",
    "airdate": "2019-06-20T23:51:54-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/b6eb7110-c68a-42d1-97b8-b7da4c4b54db/6051258435-250.jpg",
    "thumbnail_uri": "",
    "song": "Me gustas tú",
    "track_id": "3ba56d95-6d0d-377c-a89d-82a41e17dac6",
    "recording_id": null,
    "artist": "Manu Chao",
    "artist_ids": [
        "7570a0dd-5a67-401b-b19a-261eee01a284"
    ],
    "album": "Próxima estación: Esperanza",
    "release_id": "b6eb7110-c68a-42d1-97b8-b7da4c4b54db",
    "release_group_id": null,
    "labels": [
        "Virgin France S.A."
    ],
    "label_ids": [
        "7aa3b3f7-04dc-49a5-8d6a-7c87b39ca216"
    ],
    "release_date": "2001-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Me Gustas Tú\" is the second single from Manu Chao's second solo album, Próxima Estación: Esperanza. It has proved to be one of the artist's most popular songs worldwide. Its lyrics show a simple but catchy structure and it is primarily sung in Spanish but on the chorus French is also spoken.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}