Information about plays

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

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

{
    "id": 369547,
    "uri": "https://api.kexp.org/v2/plays/369547/?format=api",
    "airdate": "2019-08-19T17:43:00-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I’m) Stranded",
    "track_id": "e04f8273-d1a1-4380-a078-ab4f9b97d021",
    "recording_id": null,
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "(I’m) Stranded",
    "release_id": "74588c69-c927-4c91-87d7-b9bffcc42d9e",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from the Australian punk band. Considered one of the most iconic singles of the era and predates vinyl debuts from other punk bands such as Sex Pistols, Buzzcocks, The Damned and The Clash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}