Information about plays

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

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

{
    "id": 349786,
    "uri": "https://api.kexp.org/v2/plays/349786/?format=api",
    "airdate": "2019-07-03T23:16:58-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seconds",
    "track_id": "f9d8b11b-ae7e-39e1-a280-ed2505b35e72",
    "recording_id": null,
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare / Love and Dancing",
    "release_id": "d7decc52-4f52-4f1c-8aa4-ac2d1a7d7fbe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}