Information about plays

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

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

{
    "id": 350209,
    "uri": "https://api.kexp.org/v2/plays/350209/?format=api",
    "airdate": "2019-07-04T22:16:02-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Serve This Royalty",
    "track_id": "6e3bc9c7-82ae-3302-adf0-87e5366a7ada",
    "recording_id": null,
    "artist": "Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "The Headphone Masterpiece",
    "release_id": "c7275d2f-dabd-438d-b4b1-6bf89ae7e39f",
    "release_group_id": null,
    "labels": [
        "Ready Set Go!"
    ],
    "label_ids": [
        "3362f2ca-17d9-4d44-a8db-cadd3e837bd0"
    ],
    "release_date": "2003-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Headphone Masterpiece debut album by American singer-songwriter and multi instrumentalist Cody Chesnutt. It was recorded in his home bedroom with a 4-track recorder and Chesnutt playing guitar, bass, keyboard, and the organ. A 36-song double album, The Headphone Masterpiece features neo soul and lo-fi music, and distorted, overdubbed production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}