Information about plays

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

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

{
    "id": 429747,
    "uri": "https://api.kexp.org/v2/plays/429747/?format=api",
    "airdate": "2001-05-30T20:56:50-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "300 Pounds of Joy",
    "track_id": "b5e46f91-1f96-4c63-b7c0-be29a166d1b0",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "The Very Best of Howlin' Wolf (disc 2)",
    "release_id": "2dc305a1-00e6-4628-a0cf-9ff6462f6d5a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}