Information about plays

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

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

{
    "id": 377077,
    "uri": "https://api.kexp.org/v2/plays/377077/?format=api",
    "airdate": "2019-09-05T15:58:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is the One",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [],
    "release_date": "1989-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Manchester, where the so-called Madchester movement was centred, The Stone Roses formed in 1983 and released a handful of singles on several different labels. They recorded their self-titled debut album with John Leckie, a producer who had worked with Pink Floyd on Meddle. The recording took place primarily at Battery Studios in London, with additional sessions at Konk and Rockfield Studios.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}