Information about plays

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

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

{
    "id": 375721,
    "uri": "https://api.kexp.org/v2/plays/375721/?format=api",
    "airdate": "2019-09-02T19:16:00-07:00",
    "show": 6257,
    "show_uri": "https://api.kexp.org/v2/shows/6257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guapa",
    "track_id": null,
    "recording_id": null,
    "artist": "Juan Wauters",
    "artist_ids": [
        "c4c06cf5-9046-4b4c-8287-51d60d22a110"
    ],
    "album": "La Onda de Juan Pablo",
    "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": "URUGUAY: GUAPA is the first single of what will be Juan Wauters' new album called 'La Onda de Juan Pablo', a diary through his journey making music in Latin America.<br>\n<br>\n https://bit.ly/2Fy2ljG<br>\n<br>\nURUGUAY: GUAPA es el primer sencillo del nuevo álbum de Juan Wauters llamado 'La Onda de Juan Pablo', un diario a través de su viaje haciendo música en América Latina.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}