Information about plays

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

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

{
    "id": 381676,
    "uri": "https://api.kexp.org/v2/plays/381676/?format=api",
    "airdate": "2019-09-16T17:53:39-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El punto final",
    "track_id": "54532c1d-5dcf-4eaf-a5c5-1bdbb3d70ffc",
    "recording_id": null,
    "artist": "Centavrvs",
    "artist_ids": [
        "384d33ea-0445-4d1e-b62f-06d9e0f98629"
    ],
    "album": "Somos uno",
    "release_id": "0b856c87-8e23-4af1-a56f-d76d84e85d4d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}