Information about plays

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

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

{
    "id": 376903,
    "uri": "https://api.kexp.org/v2/plays/376903/?format=api",
    "airdate": "2019-09-05T06:41:56-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poke",
    "track_id": "b6f7014b-dcd8-4690-85b3-1e6a3e916e65",
    "recording_id": null,
    "artist": "Daughter",
    "artist_ids": [
        "a1ced3e5-476c-4046-bd74-d428f419989b"
    ],
    "album": "Tiny Changes: A celebration of the Midnight Organ Fight",
    "release_id": "db9fce4e-78de-4502-8f15-09c5968dadb6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frightened Rabbit cover done by the British band Daughter to celebrate the 10 year anniversary of 'The Midnight Organ Fight.' This tribute album (released in July of this year) also features covers from The Twilight Sad, Julien Baker, Ben Gibbard, Aaron Dessner of The National, and many more",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}