Information about plays

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

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

{
    "id": 349035,
    "uri": "https://api.kexp.org/v2/plays/349035/?format=api",
    "airdate": "2019-07-02T12:49:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Sun (feat. Dum Dum Girls)",
    "track_id": null,
    "recording_id": null,
    "artist": "Merchandise",
    "artist_ids": [
        "44c26f0c-7f46-4cf0-9673-f7aa1bec1e5b"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In theory, the marriage of Merchandise and Dum Dum Girls might seem like a strange one....But on the surprising new \"Red Sun\", from a one-off single, the pairing makes crazy sense....\"  Read a review of this song and watch the video:  https://pitchfork.com/reviews/tracks/17760-merchandise-red-sun-ft-dum-dum-girls/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}