Information about plays

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

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

{
    "id": 382053,
    "uri": "https://api.kexp.org/v2/plays/382053/?format=api",
    "airdate": "2019-09-17T15:52:00-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quise Fuego",
    "track_id": null,
    "recording_id": null,
    "artist": "Javier Arce",
    "artist_ids": [
        "d30f3c7e-811f-4942-8a1b-2baeb004a00d"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Javier Arce is a singer, songwriter and producer of Costa Rican electronic music. Known for being the singer of the band Cocofunka, he has been part of various musical projects. His musical style has been associated with the alternative Latin scene. In 2016, he announced the launch of his solo career, which would focus on downtempo elements of R&B and Latin American folklore. He has released 5 singles under his solo project, and anticipates the release of his debut EP soon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}