Information about plays

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

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

{
    "id": 347424,
    "uri": "https://api.kexp.org/v2/plays/347424/?format=api",
    "airdate": "2019-06-28T13:08:31-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look At Us",
    "track_id": "e31d2a4f-49b9-4ff2-938b-2a352bb571d8",
    "recording_id": null,
    "artist": "The Lashes",
    "artist_ids": [
        "4a03b28c-a8fc-41f4-94c7-80c678f670c0"
    ],
    "album": "Thank You",
    "release_id": "4847bb35-39ab-410c-98fa-7c0db41d863a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}