Information about plays

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

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

{
    "id": 375003,
    "uri": "https://api.kexp.org/v2/plays/375003/?format=api",
    "airdate": "2019-08-31T22:35:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hanging On the Telephone",
    "track_id": "b21578e3-c6f9-39dd-bb8b-d9726939e663",
    "recording_id": null,
    "artist": "The Nerves",
    "artist_ids": [
        "560b9e8a-7387-49ff-8b15-e17e3ffd8502"
    ],
    "album": "The Nerves",
    "release_id": "bbba9c2f-5a5c-4de2-b7d6-a4544ac0c1f0",
    "release_group_id": null,
    "labels": [
        "Nerves Records"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covered by Blondie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}