Information about plays

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

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

{
    "id": 423214,
    "uri": "https://api.kexp.org/v2/plays/423214/?format=api",
    "airdate": "2001-05-10T19:27:00-07:00",
    "show": 7092,
    "show_uri": "https://api.kexp.org/v2/shows/7092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Letters From Old Mexico",
    "track_id": "b88c4acf-bd4a-48d4-865b-f279bcb382b5",
    "recording_id": null,
    "artist": "Leslie Satcher",
    "artist_ids": [
        "233bc3b1-0c25-4bb3-8181-72ce4aa7db64"
    ],
    "album": "Love Letters",
    "release_id": "d9471fb9-b425-41c0-bf31-b8bbde4bc650",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}