Information about plays

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

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

{
    "id": 343914,
    "uri": "https://api.kexp.org/v2/plays/343914/?format=api",
    "airdate": "2019-06-20T12:15:45-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?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": "\"Manu Chao (born José-Manuel Thomas Arthur Chao) is a French musician of Spanish descent. He sings in French, Spanish, English, Italian, Arabic, Catalan, Galician, Portuguese, Greek and occasionally in other languages.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}