Information about plays

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

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

{
    "id": 374383,
    "uri": "https://api.kexp.org/v2/plays/374383/?format=api",
    "airdate": "2019-08-30T07:35:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got My Mind Made Up",
    "track_id": "612a8e7b-2bd3-46c8-96d3-d4ac53b540fd",
    "recording_id": null,
    "artist": "Instant Funk",
    "artist_ids": [
        "1658b247-7a13-439f-911e-5791ba9df3d6"
    ],
    "album": "I Got My Mind Made Up",
    "release_id": "f2ffd409-580b-44cc-ba3e-bc7ebb3b7941",
    "release_group_id": null,
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What a wonderfully eclectic mix, a tribute to the ten years that Carly and Garret shared together. The original production of this song was done on 8 tracks and was a simple 3 minute R&B song. It was transferred to 24 track tape at Blank Tapes, NYC and work began on it by the producer Bunny Sigler and engineer Bob Blank. Among other things, Bunny brought in a woman to say 'say what?' throughout the record. Standing behind her, his directions (\"scream\") were amplified and used as part of the production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}