Information about plays

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

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

{
    "id": 381857,
    "uri": "https://api.kexp.org/v2/plays/381857/?format=api",
    "airdate": "2019-09-17T05:24:22-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Llores",
    "track_id": "398bd6d4-57cc-403e-8ad3-a0b4eeb89eb1",
    "recording_id": null,
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Amorfo",
    "release_id": "a78f25ab-9d3f-4303-8799-4c0bf23e26ce",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tres Leches - Full Performance (Live on KEXP): https://bit.ly/2klycdD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}