Information about plays

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

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

{
    "id": 348332,
    "uri": "https://api.kexp.org/v2/plays/348332/?format=api",
    "airdate": "2019-06-30T18:16:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Time",
    "track_id": "58c2c4fa-e991-353e-baf2-3777070590ab",
    "recording_id": null,
    "artist": "Roberto Cacciapaglia",
    "artist_ids": [
        "1ed8f1a1-168c-4cc5-9dab-ddc797054362"
    ],
    "album": "The Ann Steel Album",
    "release_id": "1bda13fe-cc82-4162-b54f-05c84241e517",
    "release_group_id": null,
    "labels": [
        "Proper Distribution"
    ],
    "label_ids": [
        "5dd246fa-e9e4-4660-b039-ec77c817e02a"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}