Information about plays

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

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

{
    "id": 351866,
    "uri": "https://api.kexp.org/v2/plays/351866/?format=api",
    "airdate": "2019-07-08T22:23:15-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a1982bd-3f88-4b27-a497-f2e0adde184e/23118414000-250.jpg",
    "thumbnail_uri": "",
    "song": "Jonny",
    "track_id": "314b0b10-3bea-4332-ac58-63c32109af3a",
    "recording_id": null,
    "artist": "Faye Webster",
    "artist_ids": [
        "ce4a1c08-6912-423f-bf6c-97ce69f5e89f"
    ],
    "album": "Atlanta Millionaires Club",
    "release_id": "6a1982bd-3f88-4b27-a497-f2e0adde184e",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 21-year-old Atlanta artist’s third album is an impressive set of intimate country and R&B-tinged pop with some gorgeous pedal steel, soaring horns, electric piano, breezy rhythms and wistful melodies accompanying her gently aching vocals and melancholy, lovelorn lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}