Information about plays

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

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

{
    "id": 2679656,
    "uri": "https://api.kexp.org/v2/plays/2679656/?format=api",
    "airdate": "2019-12-29T17:23:57-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lorelei",
    "track_id": "74d0749b-70a0-38ca-877a-24bb9b9ba69b",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "14ec0698-18fa-3395-b203-b5c3c8c2cc51",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}