Information about plays

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

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

{
    "id": 1388339,
    "uri": "https://api.kexp.org/v2/plays/1388339/?format=api",
    "airdate": "2008-06-21T15:52:42-07:00",
    "show": 24234,
    "show_uri": "https://api.kexp.org/v2/shows/24234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Girl",
    "track_id": "4c61ed4f-f8ed-411e-bdbf-9f84c9c71944",
    "recording_id": null,
    "artist": "CPC Gangbangs",
    "artist_ids": [
        "89c00eaa-1e85-4a66-8e8f-eaf4270c3a91"
    ],
    "album": "Mutilation Nation",
    "release_id": "7b1b588a-267e-40e1-ad58-844133211f52",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}