Information about plays

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

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

{
    "id": 353518,
    "uri": "https://api.kexp.org/v2/plays/353518/?format=api",
    "airdate": "2019-07-12T15:21:36-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "History Repeats",
    "track_id": "d2a73f6c-4de0-44d2-b38d-dfbcd80d9806",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alabama Shakes frontwoman Brittany Howard will release her first-ever solo album later this summer. The album, Jaime, is named after her sister, who died of cancer when they were both teenagers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}