Information about plays

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

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

{
    "id": 356198,
    "uri": "https://api.kexp.org/v2/plays/356198/?format=api",
    "airdate": "2019-07-18T21:10:56-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Corbata Barata (Instrumental)",
    "track_id": "1ae03b52-d6b9-474d-9200-e8ee1eb92b1f",
    "recording_id": null,
    "artist": "Orquesta Akokán",
    "artist_ids": [
        "9f7942e2-ecdd-4ecb-8511-6ed275084b2a"
    ],
    "album": "Orquesta Akokán (The Instrumentals)",
    "release_id": "cec342ee-12f5-4a81-94de-71250bca0094",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orquesta Akokan is the name of the band and the album Akokan is a Yoruba word meaning \"from the heart\" and of course the Daptone masterminds would choose the iconic studio to record their first Spanish language album. Orquesta Akokan is a joy. https://www.orquestaakokan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}