Information about plays

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

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

{
    "id": 1383234,
    "uri": "https://api.kexp.org/v2/plays/1383234/?format=api",
    "airdate": "2008-06-08T16:30:01-07:00",
    "show": 24150,
    "show_uri": "https://api.kexp.org/v2/shows/24150/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spectrum of Clarity",
    "track_id": "6c58af6c-a948-4e94-8f9e-9bd0547492f0",
    "recording_id": null,
    "artist": "The Bridal Shop",
    "artist_ids": [
        "80116df1-71e3-474b-9c9b-08da2f92b778"
    ],
    "album": "From Seas",
    "release_id": "8b9e47fd-a181-4efb-b490-8d60d316eb07",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}